OfficeIMO

API Reference

Class

StyleBuilder

Namespace OfficeIMO.Excel.Fluent
Assembly OfficeIMO.Excel

Fluent styling helpers for individual cells.

Inheritance

  • Object
  • StyleBuilder

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.