Class
ColumnWidth

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 WidthHeightBase.Equals(object)WidthHeightBase.GetHashCode()WidthHeightBase.ToString()WidthHeightBase.ValueWidthHeightBase.IsCustom

Constructors

ColumnWidth(double, bool)

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

Declaration

cs-api-definition
public ColumnWidth(double value, bool isCustom)

Parameters

value

double

The value.

isCustom

bool

The is custom.

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