[]
Sets the style for a cell, a column, a row, or an entire sheet.
public virtual void SetStyleInfo(int row, int column, StyleInfo info)
Public Overridable Sub SetStyleInfo(row As Integer, column As Integer, info As StyleInfo)
| Type | Name | Description |
|---|---|---|
| int | row | Row index |
| int | column | Column index |
| StyleInfo | info | StyleInfo object with cell style settings |