 | StyleReaderContainerGetStyle(String) Method |
Returns a whole style by its index
Namespace: NanoXLSX.LowLevelAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.7+c253a7d00ca5e19be14df4552cf12c589ec4ab3e
Syntaxpublic Style GetStyle(
string index
)
Parameters
- index String
- Index of the style
Return Value
StyleStyle object or null if the component could not be retrieved
See Also