New to Telerik Document ProcessingStart a free 30-day trial

Defines a column width value in worksheet units, indicating whether it is user-defined or auto-calculated.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Model

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

C#
public class ColumnWidth : WidthHeightBase

Inheritance: objectWidthHeightBaseColumnWidth

Inherited Members WidthHeightBase.Equals(object)WidthHeightBase.GetHashCode()WidthHeightBase.ToString()WidthHeightBase.ValueWidthHeightBase.IsCustom

Constructors

Initializes a new ColumnWidth with the specified width value and custom flag.

C#
public ColumnWidth(double value, bool isCustom)
Parameters:valuedouble

The value.

isCustombool

The is custom.

In this article
DefinitionConstructorsColumnWidth(double, bool)
Not finding the help you need?
Contact Support