OBS/Auswertung/DataInOut/SpreadGrid
Zur Navigation springen
Zur Suche springen
Folgende Methoden stehen innerhalb der Makros für den Zugriff auf das Grid bereit:
- procedure SetCellText(oGrid: TObject; x, y: integer; cText: string);
- procedure SetGridText(oGrid: TObject; cCell: string; cText: string);
- procedure SetCellValue(oGrid: TObject; x, y: integer; nValue: Double);
- procedure SetGridValue(oGrid: TObject; cCell: string; nValue: Double);
- function GetCellText(oGrid: TObject; x, y: integer): string;
- function GetGridText(oGrid: TObject; cCell: string): string;
- function GetCellValue(oGrid: TObject; x, y: integer): Double;
- function GetGridValue(oGrid: TObject; cCell: string): Double;
- procedure SetGridRowCount(oGrid: TObject; nRows: integer);
- procedure SetGridColCount(oGrid: TObject; nCols: integer);
- procedure SetGridRowColor(oGrid: TObject; nRow: integer; oColor: TColor);