GridMergeManager Class Reference

Inherits from NSObject
Declared in GridMergeManager.h

Overview

Class GridMergeManager.

  grid

Gets the FlexGrid associated with the manager.

@property (readonly) FlexGrid *grid

Discussion

Gets the FlexGrid associated with the manager.

Declared In

GridMergeManager.h

– initWithGrid:

Initialize an object for GridMergeManager.

- (id _Nonnull)initWithGrid:(FlexGrid *_Nonnull)grid

Parameters

grid

the sepcified FlexGrid.

Return Value

an object for GridMergeManager.

Discussion

Initialize an object for GridMergeManager.

Declared In

GridMergeManager.h

– getMergedRangeForCells:ofType:

Gets the merged cells range for a specified input cell range.

- (GridCellRange *_Nonnull)getMergedRangeForCells:(GridCellRange *_Nonnull)range ofType:(GridCellType)type

Parameters

range

the input range.

type

the type of cells to process.

Return Value

the merged FlexCellRange for the input range

Discussion

Gets the merged cells range for a specified input cell range.

Declared In

GridMergeManager.h