Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / Outline Property


In This Topic
Outline Property (IWorksheet)
In This Topic
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

Property Value

The IOutline object of the specified worksheet.
See Also