set_Cell(CellPropertySettings,Int32,Int32,Int32,Int32,Object) Method
In This Topic
Syntax
'Declaration
Public Overloads Sub set_Cell( _
ByVal As CellPropertySettings, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Object _
)
public void set_Cell(
CellPropertySettings ,
int ,
int ,
int ,
int ,
object
)
Parameters
- setting
- row1
- col1
- row2
- col2
- newVal
See Also