In This Topic
Sets the cell's type to DDCellType.Label, and stores the cell's current value becomes the specified string value.
Syntax
'Declaration
Public Overloads Sub SetValue( _
ByVal As String _
)
public void SetValue(
string
)
Parameters
- sValue
- The string value to store as this cell's current value.
See Also