Skip to main content

IdxSpreadSheetViewData Methods

Exposes the methods providing access to cell data and basic layout information of worksheet and Grid Views in the ExpressSpreadSheet-compatible format.
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