GridRowCollection Class Reference

Inherits from GridRowColCollection
Conforms to *
GridRow
Declared in GridRowCollection.h

Overview

Class GridRowCollection.

– initWithGrid:defaultSize:

Initialize an object for GridRowCollection.

- (id _Nonnull)initWithGrid:(FlexGrid *_Nonnull)grid defaultSize:(int)size

Parameters

grid

the specified grid.

size

the specified size.

Return Value

an object for GridRowCollection.

Discussion

Initialize an object for GridRowCollection.

Declared In

GridRowCollection.h

  defaultGroupSize

Gets or sets the default size of group rows in this collection.

@property (nonatomic) int defaultGroupSize

Discussion

Gets or sets the default size of group rows in this collection.

Declared In

GridRowCollection.h