Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView.DocumentModels Class
Properties Methods


In This Topic
    SheetView.DocumentModels Class Members
    In This Topic

    The following tables list the members exposed by SheetView.DocumentModels.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new, empty container of the models that make up the sheet document.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the column axis model.  
    Public PropertyGets or sets the column footer data model.  
    Public PropertyGets or sets the column footer row axis model.  
    Public PropertyGets or sets the column footer span model.  
    Public PropertyGets or sets a style model for the column footer.  
    Public PropertyGets or sets the column header data model.  
    Public PropertyGets or sets the column header row axis model.  
    Public PropertyGets or sets the column header span model.  
    Public PropertyGets or sets the column header style model.  
    Public PropertyGets or sets the conditional formatting model.  
    Public PropertyGets or sets the data model.  
    Public PropertyGets or sets the data model for the outline (range group).  
    Public PropertyGets or sets the row axis model.  
    Public PropertyGets or sets the row header column axis model.  
    Public PropertyGets or sets the row header data model.  
    Public PropertyGets or sets the row header span model.  
    Public PropertyGets or sets the row header style model.  
    Public PropertyGets or sets the selection model.  
    Public PropertyGets or sets the sheet corner data model  
    Public PropertyGets or sets the sheet corner span model.  
    Public PropertyGets or sets the sheet corner style model.  
    Public PropertyGets or sets the span model.  
    Public PropertyGets or sets the style model.  
    Top
    Public Methods
     NameDescription
    Public MethodLoads the object from XML.  
    Public MethodSerializes the DocumentModel object to the SerializationInfo.  
    Public MethodDetermines whether any columns have been mapped to different column indexes in the sheet.  
    Public MethodDetermines whether any rows have been mapped to different row indexes in the sheet.  
    Public MethodResets all column indexes in the sheet to be the same as the column indexes in the corresponding data model.  
    Public MethodResets all row indexes in the sheet to be the same as the row indexes in the corresponding data model.  
    Public MethodSaves the object to XML.  
    Public MethodSets the column index in the sheet for the specified column index in the data model.  
    Public MethodSets the row index in the sheet for the specified row index in the data model.  
    Top
    See Also