GrapeCity SPREAD for WPF 2.0J
行の非表示

行を非表示に設定するには、行の IsVisible プロパティを False に設定します。

サンプルコード

次のサンプルコードは2行目を非表示に設定します。

C#
コードのコピー
gcSpreadGrid1.Rows[1].IsVisible = false;
Visual Basic
コードのコピー
GcSpreadGrid1.Rows(1).IsVisible = False
関連トピック

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.