Spread for ASP.NET 12 Product Documentation
DataModel Property


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : DataModel Property
Gets or sets the data for the sheet.
Syntax
'Declaration
 
Public Property DataModel As ISheetDataModel
'Usage
 
Dim instance As SheetView
Dim value As ISheetDataModel
 
instance.DataModel = value
 
value = instance.DataModel
public ISheetDataModel DataModel {get; set;}
Exceptions
ExceptionDescription
Data model is null; must have some value
See Also

Reference

SheetView Class
SheetView Members