GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShape Interface / Adjustments Property


In This Topic
Adjustments Property (IShape)
In This Topic
Syntax
'Declaration
 
ReadOnly Property Adjustments As IArray(Of Double)
 
'Usage
 
Dim instance As IShape
Dim value As IArray(Of Double)
 
value = instance.Adjustments
See Also