GetColumnWidth

PageTableArea.GetColumnWidth method

Returns the column width.

public double GetColumnWidth(int columnIndex)
Parameter Type Description
columnIndex Int32 The zero-based index of the column.

Return Value

A double value that represents the width of the column.

See Also