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





Gets or sets the width of the column.

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. The default is null (Nothing in Visual Basic) indicating that the width of the column is specified through the DefaultColumnWidth property of the parent Worksheet.

 See Also

Column Members
Column Class
MindFusion.Spreadsheet.Wpf Namespace