WebCells.GetColumnWidth

WebCells.GetColumnWidth method

Gets the width of the specified column

public int GetColumnWidth(int column)
ParameterTypeDescription
columnInt32Column index

Return Value

Width of column

Remarks

Only support UnitType.Pixel unit type.

See Also