var instance = new GC.Spread.Sheets.Worksheet(name); var value; // Type: any value = instance.getRowHeight(row, sheetArea, getDynamicSize);
function getRowHeight( row : number, (optional) sheetArea : SheetArea, (optional) getDynamicSize : boolean ) : any;
Parameters
- row
- The row index.
- sheetArea
- The sheet area. If this parameter is not given, it defaults to viewport.
- getDynamicSize
- Whether get the dynamic size. If not given, it defaults to false. If this parameter is true, and dynamic size is not set, will return undefined.
Return Value
The row height in pixels or the dynamic size.