GridRowCol Class Reference

Inherits from NSObject
Declared in GridRowCol.h

Overview

Class GridRowCol.

Other Methods

– init

Initialize an object for GridRowCol.

- (id _Nonnull)init

Return Value

an object for GridRowCol.

Discussion

Initialize an object for GridRowCol.

Declared In

GridRowCol.h

  visible

Gets or sets whether this row or column is visible.

@property (nonatomic) BOOL visible

Discussion

Gets or sets whether this row or column is visible.

Declared In

GridRowCol.h

  isVisible

Gets whether this row or column is visible and not collapsed.

@property (readonly) BOOL isVisible

Discussion

Gets whether this row or column is visible and not collapsed.

Declared In

GridRowCol.h

  pos

Gets the position of this row or column.

@property (readonly) int pos

Discussion

Gets the position of this row or column.

Declared In

GridRowCol.h

  index

Gets the index of this row or column in the parent collection.

@property (readonly) int index

Discussion

Gets the index of this row or column in the parent collection.

Declared In

GridRowCol.h

  size

Gets or sets the size of this row or column.

@property (nonatomic) int size

Discussion

Gets or sets the size of this row or column.

Declared In

GridRowCol.h

  renderSize

Gets the render size of this row or column.

@property (readonly) int renderSize

Discussion

Gets the render size of this row or column.

Declared In

GridRowCol.h

  allowResizing

Gets or sets whether the user can resize this row or column.

@property (nonatomic) BOOL allowResizing

Discussion

Gets or sets whether the user can resize this row or column.

Declared In

GridRowCol.h

  allowMerging

Gets or sets whether cells in this row or column can be merged.

@property (nonatomic) BOOL allowMerging

Discussion

Gets or sets whether cells in this row or column can be merged.

Declared In

GridRowCol.h

  isSelected

Gets or sets whether this row or column is selected.

@property (nonatomic) BOOL isSelected

Discussion

Gets or sets whether this row or column is selected.

Declared In

GridRowCol.h

  isReadOnly

Gets or sets whether cells in this row or column can be edited.

@property (nonatomic) BOOL isReadOnly

Discussion

Gets or sets whether cells in this row or column can be edited.

Declared In

GridRowCol.h

  wordWrap

Gets or sets whether cells in this row or column should wrap their content.

@property (nonatomic) BOOL wordWrap

Discussion

Gets or sets whether cells in this row or column should wrap their content.

Declared In

GridRowCol.h

  grid

Gets the FlexGrid that owns this row or column.

@property (readonly) FlexGrid *grid

Discussion

Gets the FlexGrid that owns this row or column.

Declared In

GridRowCol.h

Extension Methods

– onPropertyChanged

Do something when property changed.

- (void)onPropertyChanged

Discussion

Do something when property changed.

Declared In

GridRowColSupport.h

– _getFlag:

Gets the value of a flag.

- (BOOL)_getFlag:(GridRowColFlags)flag

Parameters

flag

the specified flag.

Return Value

the value of a flag.

Discussion

Gets the value of a flag.

Declared In

GridRowColSupport.h

– _setFlag:value:

Sets the value of a flag.

- (BOOL)_setFlag:(GridRowColFlags)flag value:(BOOL)value

Parameters

flag

the specified flag.

value

the specified value.

Return Value

a boolean value.

Discussion

Sets the value of a flag.

Declared In

GridRowColSupport.h

– _setOwner:withPosition:atIndex:

Set owner.

- (void)_setOwner:(GridRowColCollection *)owner withPosition:(int)pos atIndex:(int)index

Parameters

owner

the specified owner.

pos

the specified pos.

index

the specified index.

Discussion

Set owner.

Declared In

GridRowColSupport.h