FarPoint.CalcEngine アセンブリ > FarPoint.CalcEngine 名前空間 > RangeExpressionFactory クラス > CreateRangeExpression メソッド : CreateRangeExpression(Int32,Int32,Int32,Int32) メソッド |
'Declaration
Public Overloads Function CreateRangeExpression( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal rowCount As Integer, _ ByVal columnCount As Integer _ ) As RangeExpression
public RangeExpression CreateRangeExpression( int row, int column, int rowCount, int columnCount )