'Declaration
Public Overridable Property Name As String
'Usage
Dim instance As WorksheetBase Dim value As String instance.Name = value value = instance.Name
public virtual string Name {get; set;}
'Declaration
Public Overridable Property Name As String
'Usage
Dim instance As WorksheetBase Dim value As String instance.Name = value value = instance.Name
public virtual string Name {get; set;}
Exception | Description |
---|---|
System.ArgumentNullException | value cannot be null or empty. |