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


In This Topic
Line Property (IShape)
In This Topic
Gets a ILineFormat object that contains line formatting properties for the specified shape.
Syntax
'Declaration
 
ReadOnly Property Line As ILineFormat
 
'Usage
 
Dim instance As IShape
Dim value As ILineFormat
 
value = instance.Line

Property Value

The line format.
See Also