'Declaration Public Overloads Function GetCellStyleIndex( _
ByVal cellThe cell.As SheetCell, _
ByVal cellReferenceThe cell reference.As CellReference _
) As System.Int32
public System.Int32 GetCellStyleIndex(
SheetCell cell,
CellReference cellReference
)
public: System.Int32 GetCellStyleIndex(
SheetCell* cell,
CellReference* cellReference
)
public:
System.Int32 GetCellStyleIndex(
SheetCell^ cell,
CellReference^ cellReference
)
Parameters
- cell
- The cell.
- cellReference
- The cell reference.
Return Value
A style index in Styles collection.