[]
Represents the relevant information of an outline (range group) of rows or columns.
public class RangeGroupInfo : IComparable, ISerializable, ISerializeSupport, ICloneable
Public Class RangeGroupInfo
Implements IComparable, ISerializable, ISerializeSupport, ICloneable
Name | Description |
---|---|
RangeGroupInfo() | Initializes a new instance of the RangeGroupInfo class. |
RangeGroupInfo(int, int) | Initializes a new instance of the RangeGroupInfo class with the start index and end index. |
RangeGroupInfo(int, int, RangeGroupInfo) | Initializes a new instance of the RangeGroupInfo class with the start index, end index, and parent group. |
Name | Description |
---|---|
Children | Gets the child groups of this outline (range group). |
End | Gets the end index of this outline (range group). |
Level | Gets or sets the level of this outline (range group). |
Start | Gets the start index of this outline (range group). |
State | Gets the state of this outline (range group). |
Name | Description |
---|---|
Clone() | Clones the outline (range group). |
CompareTo(object) | Compares this instance to a specified RangeGroupInfo object and returns an indication of their relative values. |
Deserialize(XmlNodeReader) | Loads the object of an outline (range group) from XML. |
Deserialize(XmlNodeReader, bool) | Loads the contents of an outline (range group) from XML. |
GetObjectData(SerializationInfo, StreamingContext) | Populates a serialization information object with the data needed to serialize an outline (range group). |
GetParent() | Gets the parent of this outline (range group). |
Serialize(XmlTextWriter) | Saves an outline (range group) to XML. |
ToString() | Converts the attributes of this outline (range group) to a human-readable string. |