IRangeAddress
IRangeAddress represents a single cell address or a range address. Common argument in SCell API.
Functionality:
isSingleCell()- returnstruefor a single cellgetTopRowNumber(),getBottomRowNumber(),getLeftColumnNumber(),getRightColumnNumber()- returns a cell address numbertoA1String()- returns A1-like cell address represented asstringcreateBuilder()- returns a new instance ofIRangeAddressBuildercontaining the row and column numbers of current range address
https://scalable-components.com
Maven