API Reference

Class

ColumnCollectionBuilder

Namespace OfficeIMO.Excel.Fluent
Assembly OfficeIMO.Excel

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

Accepted by parameters

Methods

public ColumnCollectionBuilder Col(Int32 index, Action<ColumnBuilder> action) #
Returns: ColumnCollectionBuilder

Configures a single column by 1‑based index via the provided action.

Parameters

index System.Int32 requiredposition: 0
action System.Action{OfficeIMO.Excel.Fluent.ColumnBuilder} requiredposition: 1