iTextSharp.text.pdf.PdfPTable.ColumnMeasurementState.CellEnds C# (CSharp) 메소드

CellEnds() 공개 메소드

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