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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : InsertMethod Property
Gets or sets the name of the method to call in order to insert data.
Syntax
'Declaration
 
Public Property InsertMethod As String
'Usage
 
Dim instance As SheetView
Dim value As String
 
instance.InsertMethod = value
 
value = instance.InsertMethod
public string InsertMethod {get; set;}
See Also

Reference

SheetView Class
SheetView Members