'宣言
Public Overloads Function GetCellStyle( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As CellStyle
public CellStyle GetCellStyle(
System.int ,
System.int
)
パラメータ
- row
- Row index.
- col
- Column index.
戻り値の型
CellStyle object associated with the cell, or null if the cell doesn't have a custom style.