MergeRegion

General

MergeRegion és una estructura en Aspose.Cells per NET.

MergeRegion.MergeRegion inicialitza una regió de fusió amb la fila inicial, columna inicial i comptar les files.

Propietats

NameTypeAccessDescription
FirstRowintReadReturns the zero‑based index of the first row in the merge region
FirstColumnintReadRepresents the zero‑based index of the first column of the merge region
TotalRowsintReadIndicates how many rows are spanned by the merge region
TotalColumnsintReadReturns the number of columns spanned by the merge region

Mètodes

SignatureDescription
MergeRegion(firstRow: int, firstColumn: int, totalRows: int, totalColumns: int)Initializes a merge region with the specified first row, first column, total rows, and total columns
 Català