DefaultSheetSpanModel Class Members
In This Topic
The following tables list the members exposed by DefaultSheetSpanModel.
Public Constructors
Public Methods
| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Add | Overridden. Adds a cell span to the collection. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Clear | Overloaded. Overridden. Removes all cell spans from the collection. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Deserialize | Loads the span object from XML. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Find | Overridden. Finds the cell span in the collection that includes the cell at specified row and column. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetEnumerator | Overloaded. Overridden. Gets an enumerator for iterating to the next cell span in the collection after the specified span. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetObjectData | Populates the SerializationInfo class with information about the default sheet span model settings. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | IsEmpty | Overridden. Determines whether the model is empty of cell spans. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Remove | Overridden. Removes all cell spans in the collection that include the cell at the specified row and column. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Serialize | Saves the span object to XML. |
Top
Public Events
See Also