FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > TableView クラス : Resize メソッド |
'Declaration
Public Sub Resize( _ ByVal rowCount As Integer, _ ByVal columnCount As Integer _ )
'使用法
Dim instance As TableView Dim rowCount As Integer Dim columnCount As Integer instance.Resize(rowCount, columnCount)
public void Resize( int rowCount, int columnCount )