Search
InteractiveObject.Width Property
See Also
 






Gets or sets the desired width, or null (Nothing in Visual Basic), to calculate width automatically.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public Measure Width { get; set; }

Visual Basic  Copy Code

Public Property Width As Measure

 Property Value

An instance of the Measure class. The default is null (Nothing in Visual Basic).

 See Also