Aspose::Pdf::ColumnInfo::set_ColumnWidths method

ColumnInfo::set_ColumnWidths method

Sets a string that contains the width of columns. The value of each column should be separated by blank.The default unit is point, but cm, inch and percentage of available width are also supported. For example,“120 2.5cm 1.5inch”.

void Aspose::Pdf::ColumnInfo::set_ColumnWidths(System::String value)

See Also