UnMerge
GridCells.UnMerge method
Hebt die Zusammenführung eines bestimmten Bereichs verbundener Zellen auf.
public void UnMerge(int firstRow, int firstColumn, int totalRows, int totalColumns)
Parameter | Typ | Beschreibung |
---|---|---|
firstRow | Int32 | Erste Zeile dieses Bereichs (nullbasiert) |
firstColumn | Int32 | Erste Spalte dieses Bereichs (nullbasiert) |
totalRows | Int32 | Anzahl der Zeilen (eins basiert) |
totalColumns | Int32 | Anzahl der Spalten (eins basiert) |
Siehe auch
- class GridCells
- namensraum Aspose.Cells.GridDesktop.Data
- Montage Aspose.Cells.GridDesktop