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)
ParameterTypeDescription
upperLeftRowint32_tUpper left row index.
upperLeftColumnint32_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