ColumnFooterCollection
Collection of ColumnFooter
Signature:
export interface ColumnFooterCollection
Properties
Property | Type | Description |
---|---|---|
count | number | footer count |
Methods
Method | Type | Description |
---|---|---|
get(index) | get?(index: number): ColumnFooter; | Gets ColumnFooter. |
Properties Desc
count
number of footers
Type
- number
Method Desc
get
Gets ColumnFooter.
[Parameter List]
index
- number
footer's order number
[Return Value] - ColumnFooter