menu
syncfusion_flutter_xlsio package
documentation
xlsio.dart
CellBorder
CellBorder constructor
CellBorder constructor
dark_mode
light_mode
CellBorder
constructor
CellBorder
(
LineStyle
lineStyle
,
String
mcolor
)
Creates a instance of Border
Implementation
CellBorder(this.lineStyle, String mcolor) { color = mcolor; }
syncfusion_flutter_xlsio package
documentation
xlsio
CellBorder
CellBorder constructor
CellBorder class