CheckBoxCollection.Add
CheckBoxCollection.Add method
Adds a checkBox to the collection.
public int Add(int upperLeftRow, int upperLeftColumn, int height, int width)
Parameter | Type | Description |
---|---|---|
upperLeftRow | Int32 | Upper left row index. |
upperLeftColumn | Int32 | Upper left column index. |
height | Int32 | Height of checkBox, in unit of pixel. |
width | Int32 | Width of checkBox, in unit of pixel. |
Return Value
CheckBox
object index.
See Also
- class CheckBoxCollection
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells