CellArea Class
CellArea class
Represent an area of cells.
type CellArea struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewCellArea | Default constructor. |
Methods
Method | Description |
---|---|
CellArea_CreateCellArea_Int_Int_Int_Int | Creates a cell area. |
CellArea_CreateCellArea_String_String | Creates a cell area. |
ToString | Returns a string represents the current cell area object. |