Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / Next Property


In This Topic
Next Property (Worksheet)
In This Topic
Gets a Worksheet that represents the next sheet.
Syntax
'Declaration
 
Public ReadOnly Property Next As Worksheet
 
'Usage
 
Dim instance As Worksheet
Dim value As Worksheet
 
value = instance.Next

Property Value

A Worksheet that represents the next sheet; null if the current worksheet is the last sheet in the workbook.
See Also