SpreadsheetGear 2023
StandardWidth Property (IWorksheet)


SpreadsheetGear Namespace > IWorksheet Interface : StandardWidth Property
Gets or sets the default column width for this worksheet in units equal to the width of a character in the default font.
Syntax
'Declaration
 
Property StandardWidth As System.Double
'Usage
 
Dim instance As IWorksheet
Dim value As System.Double
 
instance.StandardWidth = value
 
value = instance.StandardWidth
System.double StandardWidth {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IWorksheet Interface
IWorksheet Members