'宣言 Public Function GetExpression2( _ ByVal row As System.Integer, _ ByVal column As System.Integer, _ ByRef isSpilledCell As System.Boolean _ ) As Expression
public Expression GetExpression2( System.int row, System.int column, out System.bool isSpilledCell )
パラメータ
- row
- セルの行インデックスを示す整数値。
- column
- セルの列インデックスを示す整数値。
- isSpilledCell
- セルが動的配列からスピルされるかどうかを示すブール値。