GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > Worksheet クラス : SetExpression(Int32,Int32,Int32,Int32,Expression,Boolean,Boolean) メソッド |
true
に設定した場合、変更が通知されます。
'Declaration
Public Function SetExpression( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal row2 As Integer, _ ByVal column2 As Integer, _ ByVal expression As Expression, _ Optional ByVal autoFormatting As Boolean, _ Optional ByVal notify As Boolean _ ) As ActionResult(Of Object)
public ActionResult<object> SetExpression( int row, int column, int row2, int column2, Expression expression, bool autoFormatting, bool notify )
true
に設定した場合、変更が通知されます。