iTextSharp.text.pdf.PdfPTable.ColumnMeasurementState.CellEnds C# (CSharp) Method

CellEnds() public method

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