GrapeCity.CalcEngine アセンブリ > GrapeCity.CalcEngine 名前空間 > IValuesArray インタフェース : Resize メソッド |
'Declaration
Sub Resize( _ ByVal rowCount As Integer, _ ByVal columnCount As Integer _ )
'使用法
Dim instance As IValuesArray Dim rowCount As Integer Dim columnCount As Integer instance.Resize(rowCount, columnCount)
void Resize( int rowCount, int columnCount )