Gets or sets the name of the method to call in order to update data.
Syntax
'Declaration
Public Property UpdateMethod As String
'Usage
Dim instance As SheetView
Dim value As String
instance.UpdateMethod = value
value = instance.UpdateMethod
public string UpdateMethod {get; set;}
See Also