OdsCellFieldCollection Class
OdsCellFieldCollection class
Represents the fields of ODS.
type OdsCellFieldCollection struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| Get_Int | Gets the field by the index. |
| Get_Int_Int | Gets the field by row and column index. |
| Add | Adds a field. |
| UpdateFieldsValue | Update fields value to the cells. |
| GetCount |