MindFusion.Wpf Pack Programmer's Guide
ColumnRange.Width Property
See Also
 





Gets or sets the width of all columns in the range.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 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.

 Remarks

If the columns have different or default widths, this property returns null (Nothing in Visual Basic).

 See Also

ColumnRange Members
ColumnRange Class
MindFusion.Spreadsheet.Wpf Namespace