Spread for ASP.NET 9.0 Product Documentation
DefaultSheetStyleModel Class Members
Properties  Methods  Events


The following tables list the members exposed by DefaultSheetStyleModel.

Public Constructors
 NameDescription
Public ConstructorDefaultSheetStyleModel ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyAltRowCountOverridden. Gets or sets the number of alternating rows in the style model.  
Public PropertyCanSerializeXmlGets whether the object in its entirety can be rendered with XML without losing any information.  
Public PropertyColumnCountGets the number of columns in the style model.  
Public PropertyNamedStylesGets or sets the named styles collection for the model.  
Public PropertyNonEmptyColumnCountOverridden. Gets the number of columns in the model that contain style settings.  
Public PropertyNonEmptyRowCountOverridden. Gets the number of rows in the model that contain style settings.  
Public PropertyParentGets or sets the parent style model.  
Public PropertyRowCountGets the number of rows in the style model.  
Top
Public Methods
 NameDescription
Public MethodClearRemoves all of the direct styles from the specified range.  
Public MethodCopyCopies the direct styles from one specified range of cells to another.  
Public MethodDeserializeLoads the object from XML.  
Public MethodGetArrayGets an object array from a specified range of cells in the model.  
Public MethodGetCompositeInfoOverloaded. Overridden. Gets the composite style for the specified cell, column, row, or model default.  
Public MethodGetDirectAltRowInfoOverridden. Gets the specified alternating row style in the model.  
Public MethodGetDirectAltRowNameGets the style name for an alternating row style.  
Public MethodGetDirectInfoOverridden. Gets the direct style for the specified cell, column, row, or model default.  
Public MethodGetDirectNameGets the name of the direct style assigned to a cell, column, row, or model default.  
Public MethodGetParseFormatGets the parse format for the cell at the specified row and column.  
Public MethodIsEmptyOverridden. Determines whether the model is empty of data.  
Public MethodIsRowUsedOverridden. Determines whether the row in the model contains style settings.  
Public MethodMoveMoves the specified range of direct styles from one location to another.  
Public MethodNextNonEmptyColumnInRowOverridden. Gets the index of the next column in a specified row in the model that contains style settings.  
Public MethodNextNonEmptyRowOverridden. Gets the index of the next row that contains a style setting in the model.  
Public MethodSerializeSaves the object to XML.  
Public MethodSerialize2Saves the object to XML.  
Public MethodSetArraySets an object array into a specified range of cells in the model.  
Public MethodSetDirectAltRowInfoOverridden. Sets the specified alternating row style in the model.  
Public MethodSetDirectAltRowNameSets the name of the specified alternating row style in the model to the specified named style.  
Public MethodSetDirectInfoOverridden. Sets the direct style for the specified cell, column, row, or model default.  
Public MethodSetDirectNameSets the name of the direct style for the specified cell, column, row, or model default to the specified style name.  
Public MethodSetParseFormatSets the parse format for the cell at the specified row and column.  
Public MethodSwap

Swaps the specified range of direct styles from with another range of direct styles.

 
Top
Protected Methods
 NameDescription
Protected MethodFireChangedCreates a SheetStyleModelEventArgs with the specified event data and calls OnChanged to raise the Changed event. (Inherited from FarPoint.Web.Spread.Model.BaseSheetStyleModel)
Protected MethodOnChangedRaises the Changed event. (Inherited from FarPoint.Web.Spread.Model.BaseSheetStyleModel)
Top
Public Events
 NameDescription
Public EventChangedOccurs when the user makes a change to the model that affects the style of the sheet. (Inherited from FarPoint.Web.Spread.Model.BaseSheetStyleModel)
Top
See Also

Reference

DefaultSheetStyleModel Class
FarPoint.Web.Spread.Model Namespace
ISheetStyleModel Interface

 

 


Copyright © GrapeCity, inc. All rights reserved.