WebCells.GetRowHeight

WebCells.GetRowHeight method

Gets the height of a specified row.

public int GetRowHeight(int row)
ParameterTypeDescription
rowInt32Row index

Return Value

Height of row

Remarks

Only support UnitType.Pixel unit type.

See Also