In This Topic
Sets the cell type to DDCellType.Label
and assigns the specified string value to the cell.
Syntax
'Declaration
Public Overloads Sub SetValue( _
ByVal As String _
)
public void SetValue(
string
)
Parameters
- sValue
- The string value to be stored in this cell.
See Also