Gets the style used to render a cell.
'宣言
Public Function GetCellStyleDisplay( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As CellStyle
public CellStyle GetCellStyleDisplay(
System.int ,
System.int
)
パラメータ
- row
- Row index.
- col
- Column index
戻り値の型
CellStyle object used to display the cell.