'Declaration Public Overloads Function GetCellStyleIndex( _
ByVal cellThe cell.As SheetCell, _
ByVal rowIndexThe row index.As System.Int32, _
ByVal columnIndexThe column index.As System.Int32 _
) As System.Int32
public System.Int32 GetCellStyleIndex(
SheetCell cell,
System.Int32 rowIndex,
System.Int32 columnIndex
)
public: System.Int32 GetCellStyleIndex(
SheetCell* cell,
System.Int32 rowIndex,
System.Int32 columnIndex
)
public:
System.Int32 GetCellStyleIndex(
SheetCell^ cell,
System.Int32 rowIndex,
System.Int32 columnIndex
)
Parameters
- cell
- The cell.
- rowIndex
- The row index.
- columnIndex
- The column index.
Return Value
A style index in Styles collection.