GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / Width Property


In This Topic
Width Property (IRange)
In This Topic
Gets a System.Int64 value that represents the width, in pixels, of the range.
Syntax
'Declaration
 
ReadOnly Property Width As Long
 
'Usage
 
Dim instance As IRange
Dim value As Long
 
value = instance.Width

Property Value

The width.
See Also