iTextSharp.text.pdf.PdfPTable.ColumnMeasurementState.CellEnds C# (CSharp) Méthode

CellEnds() public méthode

public CellEnds ( ) : bool
Résultat bool
            public bool CellEnds() {
                return rowspan == 1;
            }
        }
PdfPTable.ColumnMeasurementState