'Declaration Public Overloads Function GetCellFillColor( _
ByVal cellReferenceThe cell reference.As SheetCell, _
ByVal cellThe cell.As CellReference _
) As Vintasoft.Primitives.VintasoftColor
public Vintasoft.Primitives.VintasoftColor GetCellFillColor(
SheetCell cellReference,
CellReference cell
)
public: Vintasoft.Primitives.VintasoftColor GetCellFillColor(
SheetCell* cellReference,
CellReference* cell
)
public:
Vintasoft.Primitives.VintasoftColor GetCellFillColor(
SheetCell^ cellReference,
CellReference^ cell
)
Parameters
- cellReference
- The cell reference.
- cell
- The cell.
Return Value
The background color of cell.