'宣言 Public Function GetCellStyle( _ ByVal row As System.Integer, _ ByVal dc As C1DisplayColumn, _ Optional ByVal ignoreSelection As System.Boolean, _ Optional ByVal ignoreFetchRowStyle As System.Boolean _ ) As Style
public Style GetCellStyle( System.int row, C1DisplayColumn dc, System.bool ignoreSelection, System.bool ignoreFetchRowStyle )
パラメータ
- row
- 行インデックス。
- dc
- 列を分割します。
- ignoreSelection
- 選択スタイルを無視します。
- ignoreFetchRowStyle
- ユーザーのカスタムスタイルを無視します。