Spread for ASP.NET 12 Product Documentation
UpdateMethod Property (SheetView)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : UpdateMethod Property
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

Reference

SheetView Class
SheetView Members