'宣言
Public Overloads Function GetCellStyle( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As CellStyle
public CellStyle GetCellStyle(
System.int ,
System.int
)
パラメータ
- row
- 行インデックス。
- col
- 列インデックス。
戻り値の型
セルに関連付けられた
CellStyleオブジェクト、またはセルがカスタムスタイルを含まない場合は null。