API Reference
Class
StyleBuilder
Fluent styling helpers for individual cells.
Inheritance
- Object
- StyleBuilder
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.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object