Gets the index of a style in the collection.
'宣言
Public Function IndexOf( _
ByVal As CellStyle _
) As System.Integer
public System.int IndexOf(
CellStyle
)
パラメータ
- style
- Style object to look for.
戻り値の型
Index of the style in the collection, or -1 if the style is not a member of the collection.