cellOptions
Parameters
- self:Self
- Self
- cell:Cell
- Cell
Source
Implementation
pub fn cellOptions(self: Self, cell: Cell) CellOptions {
return self.style1.cellOptions(cell).override(self.style2.cellOptions(cell));
}Source
pub fn cellOptions(self: Self, cell: Cell) CellOptions {
return self.style1.cellOptions(cell).override(self.style2.cellOptions(cell));
}