RealGrid2 API
Interface
ColumnFooterCollection

ColumnFooterCollection

Collection of ColumnFooter

Signature:

export interface ColumnFooterCollection

Properties

PropertyTypeDescription
countnumberfooter count

Methods

MethodTypeDescription
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