GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IComment Interface / Shape Property


In This Topic
Shape Property (IComment)
In This Topic
Gets an GrapeCity.Spreadsheet.Drawing.IShape object that represents the shape attached to the specified comment.
Syntax
'Declaration
 
ReadOnly Property Shape As IShape
 
'Usage
 
Dim instance As IComment
Dim value As IShape
 
value = instance.Shape
See Also