Aspose::Cells::Cells::GetColumnWidthPixel method

Cells::GetColumnWidthPixel(int32_t) method

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

int32_t Aspose::Cells::Cells::GetColumnWidthPixel(int32_t column)
ParameterTypeDescription
columnint32_tColumn index

ReturnValue

Width of column in normal view.

See Also

Cells::GetColumnWidthPixel(int32_t, bool) method

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

int32_t Aspose::Cells::Cells::GetColumnWidthPixel(int32_t column, bool original)
ParameterTypeDescription
columnint32_tColumn index
originalboolIndicates whether returning original width even when the column is hidden

ReturnValue

Width of column in normal view.

See Also