getRowStyle static method
Function for getting row styles
Implementation
static String getRowStyle(MsTable table, List<Styles> stylesList, bool isFirstRow, bool isLastRow) {
String tableStyle = "";
return tableStyle;
}
Function for getting row styles
static String getRowStyle(MsTable table, List<Styles> stylesList, bool isFirstRow, bool isLastRow) {
String tableStyle = "";
return tableStyle;
}