FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / UpdateMethod Property
Example


In This Topic
UpdateMethod Property (SheetView)
In This Topic
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
Example
This code is part of a larger example installed by the setup.
See Also