'宣言Public Property FrozenTrailingColumnCount As Integer
public int FrozenTrailingColumnCount {get; set;}
'宣言Public Property FrozenTrailingColumnCount As Integer
public int FrozenTrailingColumnCount {get; set;}
| 例外 | 解説 |
|---|---|
| System.ArgumentOutOfRangeException | 指定された値が0未満です。 |
<sg:GcSpreadGrid FrozenColumnCount="1" FrozenRowCount="2" FrozenTrailingColumnCount="3" FrozenTrailingRowCount="4"> <sg:GcSpreadGrid.FrozenLine> <sg:BorderLine Color="Red" Style="Dashed"/> </sg:GcSpreadGrid.FrozenLine> </sg:GcSpreadGrid>