API Reference
Class
ColumnCollectionBuilder
Fluent helper for configuring one or more columns (widths, styles) by index.
Inheritance
- Object
- ColumnCollectionBuilder
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method ColumnCollectionBuilder.Col
Accepted by parameters
- Method SheetBuilder.Columns
Methods
public ColumnCollectionBuilder Col(Int32 index, Action<ColumnBuilder> action) #Returns:
ColumnCollectionBuilderConfigures a single column by 1‑based index via the provided action.
Parameters
- index System.Int32
- action System.Action{OfficeIMO.Excel.Fluent.ColumnBuilder}