Cells.GetColumnWidthInch

Cells.GetColumnWidthInch method

Gets the width of the specified column in normal view, in units of inches.

[Obsolete("Use Cells.GetColumnWidth(int ,bool , CellsUnitType ) method, instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public double GetColumnWidthInch(int column)
ParameterTypeDescription
columnInt32Column index

Return Value

Width of column

Width of column in normal view.

Remarks

NOTE: This method is now obsolete. Instead, please use Cells.GetColumnWidth(int ,bool , CellsUnitType ) method. This method will be removed 12 months later since April 2024. Aspose apologizes for any inconvenience you may have experienced.

See Also