[]
Represents a container of the models that make up the sheet document.
[TypeConverter(typeof(_wu))]
public sealed class SheetView.DocumentModels : ISerializable, ISerializeSupport
<TypeConverter(GetType(_wu))>
Public NotInheritable Class SheetView.DocumentModels
Implements ISerializable, ISerializeSupport
| Name | Description |
|---|---|
| DocumentModels() | Creates a new, empty container of the models that make up the sheet document. |
| Name | Description |
|---|---|
| ColumnAxis | Gets or sets the column axis model. |
| ColumnFooterData | Gets or sets the column footer data model. |
| ColumnFooterRowAxis | Gets or sets the column footer row axis model. |
| ColumnFooterSpan | Gets or sets the column footer span model. |
| ColumnFooterStyle | Gets or sets a style model for the column footer. |
| ColumnHeaderData | Gets or sets the column header data model. |
| ColumnHeaderRowAxis | Gets or sets the column header row axis model. |
| ColumnHeaderSpan | Gets or sets the column header span model. |
| ColumnHeaderStyle | Gets or sets the column header style model. |
| ConditionalFormatting | Gets or sets the conditional formatting model. |
| Data | Gets or sets the data model. |
| RangeGroupModel | Gets or sets the data model for the outline (range group). |
| RowAxis | Gets or sets the row axis model. |
| RowHeaderColumnAxis | Gets or sets the row header column axis model. |
| RowHeaderData | Gets or sets the row header data model. |
| RowHeaderSpan | Gets or sets the row header span model. |
| RowHeaderStyle | Gets or sets the row header style model. |
| Selection | Gets or sets the selection model. |
| SheetCornerData | Gets or sets the sheet corner data model |
| SheetCornerSpan | Gets or sets the sheet corner span model. |
| SheetCornerStyle | Gets or sets the sheet corner style model. |
| Span | Gets or sets the span model. |
| Style | Gets or sets the style model. |
| Name | Description |
|---|---|
| Deserialize(XmlNodeReader) | Loads the object from XML. |
| GetObjectData(SerializationInfo, StreamingContext) | Serializes the DocumentModel object to the SerializationInfo. |
| IsAnyColumnViewIndexSet() | Determines whether any columns have been mapped to different column indexes in the sheet. |
| IsAnyRowViewIndexSet() | Determines whether any rows have been mapped to different row indexes in the sheet. |
| ResetViewColumnIndexes() | Resets all column indexes in the sheet to be the same as the column indexes in the corresponding data model. |
| ResetViewRowIndexes() | Resets all row indexes in the sheet to be the same as the row indexes in the corresponding data model. |
| Serialize(XmlTextWriter) | Saves the object to XML. |
| SetViewColumnIndex(int, int) | Sets the column index in the sheet for the specified column index in the data model. |
| SetViewRowIndex(int, int) | Sets the row index in the sheet for the specified row index in the data model. |