API Reference

Class

StyleBuilder

Namespace OfficeIMO.Excel.Fluent
Assembly OfficeIMO.Excel

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

Accepted by parameters

Methods

public StyleBuilder FormatCell(Int32 row, Int32 column, String numberFormat) #
Returns: StyleBuilder

Applies a number format to the specified cell.

Parameters

row System.Int32 requiredposition: 0
The 1-based row index.
column System.Int32 requiredposition: 1
The 1-based column index.
numberFormat System.String requiredposition: 2
The number format code to apply.

Returns

The current StyleBuilder instance for fluent chaining.