PdfRpt.FluentInterface.MainTablePreferencesBuilder.ColumnsWidthsType C# (CSharp) Method

ColumnsWidthsType() public method

Determines the WidthType of the column.
public ColumnsWidthsType ( TableColumnWidthType widthType ) : void
widthType TableColumnWidthType
return void
        public void ColumnsWidthsType(TableColumnWidthType widthType)
        {
            _pdfReport.DataBuilder.DefaultColumnsWidthsType(widthType);
        }