RowSetValue(Column, Object) Method |
Sets row value or the specified
Column.
Namespace: Easymap.AddIn.DataAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic void SetValue(
Column column,
Object value
)
Public Sub SetValue (
column As Column,
value As Object
)
Parameters
- column Column
- The specified Column.
- value Object
- The value which will be set for the cell.
See Also