DeleteColumn()
MathMatrix::DeleteColumn(int32_t) method
Deletes the specified column
void Aspose::Slides::MathText::MathMatrix::DeleteColumn(int32_t columnIndex) override
Arguments
Parameter | Type | Description |
---|---|---|
columnIndex | int32_t | The zero-based index of the column to delete. |
Remarks
Example:
auto matrix = System::MakeObject<MathMatrix>(2, 3);
matrix->DeleteColumn(0);
See Also
- Class MathMatrix
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides