Class ColumnWidth
Defines a column width value in worksheet units, indicating whether it is user-defined or auto-calculated.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class ColumnWidth : WidthHeightBase
Constructors
ColumnWidth(Double, Boolean)
Initializes a new ColumnWidth with the specified width value and custom flag.
Declaration
public ColumnWidth(double value, bool isCustom)
Parameters
|
System.Double
value
The value. |
|
System.Boolean
isCustom
The is custom. |