'宣言 Public Overridable Function GetCellText( _ ByVal cellType As GridCellType, _ ByVal row As GridRow _ ) As System.String
public virtual System.string GetCellText( GridCellType cellType, GridRow row )
パラメータ
- cellType
- セルのタイプ
- row
- セルを決定する行
'宣言 Public Overridable Function GetCellText( _ ByVal cellType As GridCellType, _ ByVal row As GridRow _ ) As System.String
public virtual System.string GetCellText( GridCellType cellType, GridRow row )