PdfRpt.FluentInterface.MainTablePreferencesBuilder.ColumnsWidthsType C# (CSharp) Méthode

ColumnsWidthsType() public méthode

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