CellRange.RightColumnIndex Property
Gets the index of the column that includes the right edge of the cell range.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v20.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value specifying the zero-based index of the column. |
Remarks
Use the RightColumnIndex, CellRange.LeftColumnIndex, CellRange.TopRowIndex and CellRange.BottomRowIndex properties to get indexes of columns and rows that border the cell range.
To obtain the number of rows or columns in the cell range, use the CellRange.RowCount or CellRange.ColumnCount property, respectively.
See Also
Feedback