cellOptions
Returns the cellOptions for this cell. col and row are ignored.
Parameters
- self:*const CellStyle
- *const CellStyle
- cell:Cell
- Cell
Source
Implementation
pub fn cellOptions(self: *const CellStyle, cell: Cell) CellOptions {
_ = cell;
return self.cell_opts;
}