IdxSpreadSheetViewData Members
Exposes the methods providing access to cell data and basic layout information of worksheet and Grid Views in the ExpressSpreadSheet-compatible format.Methods
Name | Description |
---|---|
ForEachCell(TRect,TdxSpreadSheetViewForEachCellProc,Boolean) | |
GetCellData(Integer,Integer) | |
GetMaxColumnIndex | Returns the maximum index of a column in a worksheet or Grid View. |
GetMaxRowIndex | Returns the maximum index of a row in a worksheet or Grid View. |
GetNextColumnWithNonEmptyCell(Integer,Integer,Boolean) | |
GetNextRowWithNonEmptyCell(Integer,Integer,Boolean) | |
IsRowVisible(Integer) | |
SetCellData(Integer,Integer,Variant,TdxSpreadSheetFormulaErrorCode) |
See Also