GetRowHeight

PageTableArea.GetRowHeight method

Returns the row height.

public double GetRowHeight(int rowIndex)
Parameter Type Description
rowIndex Int32 The zero-based index of the row.

Return Value

A double value that represents the height of the row.

See Also