Cells.GetViewRowHeight

Cells.GetViewRowHeight method

Gets the height of a specified row.

public double GetViewRowHeight(int row)
ParameterTypeDescription
rowInt32Row index.

Return Value

Height of row.

See Also