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


In This Topic
Resizable Property (IRange)
In This Topic
Gets or sets whether the range is resizable.
Syntax
'Declaration
 
Property Resizable As Boolean
 
'Usage
 
Dim instance As IRange
Dim value As Boolean
 
instance.Resizable = value
 
value = instance.Resizable
See Also