Gets or sets the width of all columns in the range.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Measure Width { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Width As Measure |
An instance of the Measure class.
RemarksIf the columns have different or default widths, this property returns null (Nothing in Visual Basic).
See Also