Spread ASP.NET 6.0 Product Documentation
DefaultSheetStyleModel Class Members
See Also  Properties  Methods  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace : DefaultSheetStyleModel Class


Glossary Item Box

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 MethodClearConditionalFormatsRemoves all of the conditional formats from the cell at the specified row and column in the model.  
Public MethodConditionalFormatInvalidateCellInvalidates the cell at the specified row and column for conditional formatting.  
Public MethodConditionalFormatInvalidateColumnInvalidates the specified column for conditional formatting.  
Public MethodConditionalFormatInvalidateRowInvalidates the specified row for conditional formatting.  
Public MethodConditionalFormatIsRowUsedGets whether the row in the model contains style settings.  
Public MethodConditionalFormatNextNonEmptyColumnInRowReturns the index of the next non-empty column in a row in the model.  
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 MethodGetCellConditionalFormatsGets the conditional formats for the cells starting at the specified row and column in the model.  
Public MethodGetColumnConditionalFormatsGets the conditional formats for the columns starting at the specified column in the model.  
Public MethodGetCompositeInfoOverridden. Gets the composite style for the specified cell, column, row, or model default.  
Public MethodGetConditionalFormatsOverloaded. Return all conditional formats.  
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 MethodGetRowConditionalFormatsGets the conditional formats for the rows starting at the specified row in the model.  
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 MethodSetConditionalFormatOverloaded. Sets a conditional format for a cell in the model with the specified value.  
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 MethodSetFormulaConditionalFormatSets a formula conditional format for a cell in the model.  
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

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.