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)
ParameterTypeDescription
topRowint32_tUpper left row index.
leftColumnint32_tUpper left column index.
heightint32_tHeight of checkBox, in unit of pixel.
widthint32_tWidth of checkBox, in unit of pixel.

ReturnValue

CheckBox object index.

See Also