Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IColumnFooter Interface / Cells Property


In This Topic
Cells Property (IColumnFooter)
In This Topic
Gets an IRange object which represents the entire column footer cells (not just the cells that are currently in use).
Syntax
'Declaration
 
ReadOnly Property Cells As IRange
 
'Usage
 
Dim instance As IColumnFooter
Dim value As IRange
 
value = instance.Cells

Property Value

An IRange object which provide access to cell values, formulas, formatting...
See Also