'Declaration Public Overloads Function GetCellStyle( _
ByVal cellThe cell.As SheetCell, _
ByVal cellReferenceThe cell reference.As CellReference _
) As CellStyle
public CellStyle GetCellStyle(
SheetCell cell,
CellReference cellReference
)
public: CellStyle* GetCellStyle(
SheetCell* cell,
CellReference* cellReference
)
public:
CellStyle^ GetCellStyle(
SheetCell^ cell,
CellReference^ cellReference
)
Parameters
- cell
- The cell.
- cellReference
- The cell reference.
Return Value
An instance of CellStyle class.