GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / StandardWidth Property


In This Topic
StandardWidth Property
In This Topic
Gets or sets the standard (default) width of all the columns on the worksheet.
Syntax
'Declaration
 
Property StandardWidth As Integer
 
'Usage
 
Dim instance As IWorksheet
Dim value As Integer
 
instance.StandardWidth = value
 
value = instance.StandardWidth
See Also