styles property
StylesCollection
get
styles
Represents the cell style collection in the workbook.
Implementation
StylesCollection get styles {
return _styles;
}
Represents the cell style collection in the workbook.
StylesCollection get styles {
return _styles;
}