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


In This Topic
ThreeD Property (IShape)
In This Topic
Gets a IThreeDFormat object that contains 3D-effect formatting properties for the specified shape.
Syntax
'Declaration
 
ReadOnly Property ThreeD As IThreeDFormat
 
'Usage
 
Dim instance As IShape
Dim value As IThreeDFormat
 
value = instance.ThreeD
See Also