Gets or sets the desired width, or null (Nothing in Visual Basic), to calculate width automatically.
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. The default is null (Nothing in Visual Basic).
See Also