Class ColumnWidth
Represents a column width value.
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 instance of the ColumnWidth class.
Declaration
public ColumnWidth(double value, bool isCustom)
Parameters
System.Double
value
The value. |
System.Boolean
isCustom
The is custom. |