Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITable Interface / Unlist Method


In This Topic
Unlist Method
In This Topic
Convert data of this ITable into normal cells and deletes it from the worksheet.
Syntax
'Declaration
 
Sub Unlist() 
 
'Usage
 
Dim instance As ITable
 
instance.Unlist()
See Also