Spread Windows Forms 12.0 Product Documentation
Outline Property (IWorksheet)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorksheet Interface : Outline Property
Gets an IOutline object that represents the outline for the specified worksheet.
Syntax
'Declaration
 
ReadOnly Property Outline As IOutline
'Usage
 
Dim instance As IWorksheet
Dim value As IOutline
 
value = instance.Outline
IOutline Outline {get;}

Property Value

The IOutline object of the specified worksheet.
See Also

Reference

IWorksheet Interface
IWorksheet Members