TdxSpreadSheetTableView.GetMaxColumnIndex Method
In This Article
Returns the index of the last column in the worksheet.
#Declaration
Delphi
function GetMaxColumnIndex: Integer;
#Returns
Type | Description |
---|---|
Integer | The index of the last column in the worksheet. |
#Remarks
The Spreadsheet formula engine calls GetMaxColumnIndex
and GetMaxRowIndex functions to identify the maximum worksheet dimensions.
The GetMaxColumnIndex
function returns the dxSpreadSheetMaxColumnIndex global constant value.
See Also