Aspose::Cells::Drawing::CheckBoxCollection::Add method
CheckBoxCollection::Add method
Adds a checkBox to the collection.
int32_t Aspose::Cells::Drawing::CheckBoxCollection::Add(int32_t topRow, int32_t leftColumn, int32_t height, int32_t width)
| Parameter | Type | Description |
|---|---|---|
| topRow | int32_t | Upper left row index. |
| leftColumn | int32_t | Upper left column index. |
| height | int32_t | Height of checkBox, in unit of pixel. |
| width | int32_t | Width of checkBox, in unit of pixel. |
ReturnValue
CheckBox object index.
See Also
- Class Vector
- Class CheckBoxCollection
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++