Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / AggregationDataModel Class
Properties Methods Events


In This Topic
    AggregationDataModel Class Members
    In This Topic

    The following tables list the members exposed by AggregationDataModel.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value that indicates whether the specified AggregationDataModel object can serialize to XML.  
    Public PropertyOverridden. Gets the number of columns in the group.  
    Public PropertyGets or sets the name of the aggregation model.  
    Public PropertyOverridden. Gets the number of columns in the model that contain data (bound or unbound).  
    Public PropertyOverridden. Gets the number of rows in the model that contain data (bound or unbound).  
    Public PropertyGets or sets the cell reference style for cells with formulas.  
    Public PropertyOverridden. Gets or sets the number of rows in the group.  
    Public PropertyGets the sheet data model for the aggregation target.  
    Public PropertyGets or sets whether the changed event occurs for each cell range or for the union range. Works only if initialized from DefaultSheetDataModel. True if event occurs for union range.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds one or more columns to the data model at the specified position.  
    Public MethodAdds rows to the data model at the specified position.  
    Public MethodRemoves all the data and formulas from the specified range of cells.  
    Public MethodCopies the data from a range of cells to a specified range of cells.  
    Public MethodLoads the settings from XML.  
    Public MethodDisposes this object.  
    Public MethodGets the formula of the cell of the specified row and column.  
    Public MethodSets the format of the cell of the specified row and column.  
    Public MethodGets the formula, as a string value, for the cell of the specified row and column.  
    Public MethodOverridden. Gets a user-defined note value for the cell of the specified row and column.  
    Public MethodSerializes the AggregationDataModel to the SerializationInfo.  
    Public MethodOverridden. Gets an application-defined tag value for the cell of the specified row and column.  
    Public MethodOverridden. Gets the value from the cell in the group.  
    Public MethodOverridden. Determines whether the cell in the group is editable.  
    Public MethodOverridden. Determines whether the data model is empty.  
    Public MethodOverridden. Determines whether the specified row has data (is not empty).  
    Public MethodLoads formulas that are deserialized but not parsed yet, to be used after all sheets have been created and deserialized or shared with the calculation controller.  
    Public MethodMoves the data from a range of cells to the specified location.  
    Public MethodOverridden. Gets the index of the next column in a specified row that contains data.  
    Public MethodOverridden. Gets the index of the next row that contains data.  
    Public MethodRemoves one or more columns starting with the column at the specified position.  
    Public MethodRemoves one or more rows, starting with the specified row.  
    Public MethodResumes parsing of formulas and parses all formulas set while parsing was suspended.  
    Public MethodSaves the settings to XML.  
    Public MethodSets the format for the cell of the specified row and column.  
    Public MethodSets the formula for the cell of the specified row and column.  
    Public MethodSets the formula, as a string value, for the cell of the specified row and column. If you pass null, it clears the expression from that cell.  
    Public MethodOverridden. Sets a user-defined note value for the cell at the specified row and column.  
    Public MethodOverridden. Sets an application-defined tag value for the cell of the specified row and column.  
    Public MethodOverridden. Sets the value of the cell in the group.  
    Public MethodSuspends parsing of formulas.  
    Public MethodSwaps the specified ranges of cells.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverloaded. Raises the Changed event. (Inherited from FarPoint.Win.Spread.Model.BaseSheetDataModel)
    Protected MethodRaises the Changed event, and permits derived classes to handle the event without attaching a delegate. (Inherited from FarPoint.Win.Spread.Model.BaseSheetDataModel)
    Top
    Public Events
     NameDescription
    Public EventOccurs when the user makes a change to the model that affects the data of the sheet. (Inherited from FarPoint.Win.Spread.Model.BaseSheetDataModel)
    Public EventOccurs when the name of the data model changes.  
    Top
    See Also