API Reference
Class
StyleBuilder
Fluent styling helpers for individual cells.
Inheritance
- Object
- StyleBuilder
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 StyleBuilder.FormatCell
Accepted by parameters
- Method RangeBuilder.Style
- Method SheetBuilder.Style
Methods
public StyleBuilder FormatCell(Int32 row, Int32 column, String numberFormat) #Returns:
StyleBuilderApplies a number format to the specified cell.
Parameters
- row System.Int32
- The 1-based row index.
- column System.Int32
- The 1-based column index.
- numberFormat System.String
- The number format code to apply.
Returns
The current StyleBuilder instance for fluent chaining.