ClassColumnWidth
Class
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:
cs-api-definition
public class ColumnWidth : WidthHeightBase
Inheritance: objectWidthHeightBaseColumnWidth
Inherited Members
Constructors
ColumnWidth(double, bool)
Initializes a new ColumnWidth with the specified width value and custom flag.