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

ConsumeRowspan() public method

public ConsumeRowspan ( float completedRowsHeight, float rowHeight ) : void
completedRowsHeight float
rowHeight float
return void
            public void ConsumeRowspan(float completedRowsHeight, float rowHeight) {
        	    --rowspan;
            }
PdfPTable.ColumnMeasurementState