バージョン

PerformAutoResize(Int32,Int32) メソッド

バンド内の最初のnRows行のセル値に基づいて、列のサイズを変更します。
シンタックス
'宣言
 
Public Overloads Sub PerformAutoResize( _
   ByVal nRows As Integer, _
   ByVal maxRowCollectionsToTraverse As Integer _
) 
public void PerformAutoResize( 
   int nRows,
   int maxRowCollectionsToTraverse
)

パラメータ

nRows
自動サイズの基準にする行の最大数を指定します。
maxRowCollectionsToTraverse
自動サイズの基準にする行のコレクションの最大数を指定します。
参照