[]
Gets a CellStyle by index.
public CellStyle this[int index] { get; }
| Type | Name | Description |
|---|---|---|
| int | index |
Gets a built-in CellStyle by style type.
public CellStyle this[CellStyleEnum index] { get; }
| Type | Name | Description |
|---|---|---|
| CellStyleEnum | index |
Gets a CellStyle by name.
public CellStyle this[string name] { get; }
| Type | Name | Description |
|---|---|---|
| string | name |
If the specified name doesn't exist, this indexer returns null.