Skip to main content

TdxSpreadSheetTableView.GetCellData(Integer,Integer) Method

Returns the stored data obtained from a specific worksheet cell.

Declaration

function GetCellData(const ARow: Integer; const AColumn: Integer): IdxSpreadSheetCellData; overload;

Parameters

Name Type
ARow Integer
AColumn Integer

Returns

Type
IdxSpreadSheetCellData

Remarks

Call this function to obtain the cell data in a uniform format from a cell within the row and column whose indexes are passed as the ARow and AColumn parameters, respectively. As in the Cells property’s case, the GetCellData function returns nil if the specified cell’s underlying object does not exist.

The GetCellData function is accessible via the IdxSpreadSheetViewData interface and is called internally by the ExpressSpreadSheet formula engine to provide both the formula expression and condition formatting functionality in ExpressSpreadSheet and ExpressQuantumGrid Views.

See Also