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