Aspose::Cells::Drawing::CheckBoxCollection::Add method
CheckBoxCollection::Add method
Adds a checkBox to the collection.
int32_t Aspose::Cells::Drawing::CheckBoxCollection::Add(int32_t upperLeftRow, int32_t upperLeftColumn, int32_t height, int32_t width)
Parameter | Type | Description |
---|---|---|
upperLeftRow | int32_t | Upper left row index. |
upperLeftColumn | 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++