Overload | Description |
SetValue(Int32,Int32,Boolean) | Sets the System.Boolean value for the cell of the specified row and column. |
SetValue(Int32,Int32,Byte) | Sets the System.Int32 value for the cell of the specified row and column. |
SetValue(Int32,Int32,CalcError) | Sets the GrapeCity.CalcEngine.CalcError value for the cell of the specified row and column. |
SetValue(Int32,Int32,DateTime) | Sets the System.DateTime value for the cell of the specified row and column. |
SetValue(Int32,Int32,Decimal) | Sets the System.Int32 value for the cell of the specified row and column. |
SetValue(Int32,Int32,Double) | Sets the System.Double value for the cell of the specified row and column. |
SetValue(Int32,Int32,Single) | Sets the System.Int32 value for the cell of the specified row and column. |
SetValue(Int32,Int32,Int32) | Sets the System.Int32 value for the cell of the specified row and column. |
SetValue(Int32,Int32,Int64) | Sets the System.Int32 value for the cell of the specified row and column. |
SetValue(Int32,Int32,Object) | Sets the System.Object value for the cell of the specified row and column. |
SetValue(Int32,Int32,Object[,]) | Sets an object array into a specified range of cells. |
SetValue(Int32,Int32,Object[,],Boolean) | Sets an object array into a specified range of cells. |
SetValue(Int32,Int32,CellValue) | Sets the GrapeCity.CalcEngine.CellValue value for the cell of the specified row and column. |
SetValue(Int32,Int32,Int16) | Sets the System.Int32 value for the cell of the specified row and column. |
SetValue(Int32,Int32,String) | Sets the System.String value for the cell of the specified row and column. |
SetValue<T>(Int32,Int32,T[,]) | Sets an object array into a specified range of cells. |
SetValue<T>(Int32,Int32,T[,],Boolean) | Sets an object array into a specified range of cells. |
SetValue(Int32,Int32,Int32,Int32,Boolean) | Sets the System.Boolean value for the cell of the specified cell range. |
SetValue(Int32,Int32,Int32,Int32,CalcError) | Sets the GrapeCity.CalcEngine.CalcError value for the cell of the specified cell range. |
SetValue(Int32,Int32,Int32,Int32,DateTime) | Sets the System.DateTime value for the cell of the specified cell range. |
SetValue(Int32,Int32,Int32,Int32,Double) | Sets the System.Double value for the cell of the specified cell range. |
SetValue(Int32,Int32,Int32,Int32,Int32) | Sets the System.Int32 value for the cell of the specified cell range. |
SetValue(Int32,Int32,Int32,Int32,Object) | Sets the value for the cell of the specified cell range. |
SetValue(Int32,Int32,Int32,Int32,String) | Sets the System.String value for the cell of the specified cell range. |