'宣言
Public Property SelectionBackgroundOpacity As Nullable(Of Double)
public Nullable<double> SelectionBackgroundOpacity {get; set;}
'宣言
Public Property SelectionBackgroundOpacity As Nullable(Of Double)
public Nullable<double> SelectionBackgroundOpacity {get; set;}
<sg:GcSpreadGrid SelectionBackground="Pink" SelectionBackgroundOpacity="1" />
gcSpreadGrid1.SelectionBackground = Brushes.Pink; gcSpreadGrid1.SelectionBackgroundOpacity = 1;
GcSpreadGrid1.SelectionBackground = Brushes.Pink GcSpreadGrid1.SelectionBackgroundOpacity = 1