GrapeCity SPREAD for WPF 2.0J
ClearSpanInfo メソッド (GcSpreadGrid)

範囲を示す CellRange 値。
指定した範囲内のすべてのセルの Cell.RowSpanCell.ColumnSpan の値をクリアします。
構文
'Declaration
 
Public Sub ClearSpanInfo( _
   ByVal range As CellRange _
) 
public void ClearSpanInfo( 
   CellRange range
)

パラメータ

range
範囲を示す CellRange 値。
例外
例外説明
System.ArgumentNullException指定された範囲が null 参照 (Visual Basicでは Nothing) です。
System.ArgumentOutOfRangeException指定された範囲が有効ではありません。行および行数にはゼロから行の総数までの値を指定する必要があります。列および列数にはゼロから列の総数までの値を指定する必要があります。
参照

GcSpreadGrid クラス
GcSpreadGrid メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.