GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > IInterior インタフェース : ColorIndex プロパティ |
'Declaration
Property ColorIndex As Integer
'使用法
Dim instance As IInterior Dim value As Integer instance.ColorIndex = value value = instance.ColorIndex
int ColorIndex {get; set;}
セルの自動の色を指定するか、描画オブジェクトの自動塗りつぶしスタイルを指定する場合は、このプロパティをColor.ColorIndexAutomaticに設定します。
色なしを指定する場合は、このプロパティをColor.ColorIndexNoneに設定します。