FarPoint.Win.Spread
RangeGroupInfo Class Members
See Also  Properties  Methods 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : RangeGroupInfo Class


The following tables list the members exposed by RangeGroupInfo.

Public Constructors

 NameDescription
Public ConstructorRangeGroupInfo ConstructorOverloaded.  Creates a RangeGroupInfo(RangeGroupInfo object) from serialization.  
Top

Public Properties

 NameDescription
Public PropertyChildren Gets the child groups of this outline (range group).  
Public PropertyEnd Gets the end index of this outline (range group).  
Public PropertyLevel Gets or sets the level of this outline (range group).  
Public PropertyStart Gets the start index of this outline (range group).  
Public PropertyState Gets the state of this outline (range group).  
Top

Public Methods

 NameDescription
Public MethodClone Clones the outline (range group).  
Public MethodCompareTo Compares this instance to a specified RangeGroupInfo and returns an indication of their relative values.  
Public MethodDeserializeOverloaded.  Loads the contents of an outline (range group) from XML.  
Public MethodGetParent Gets the parent of this outline (range group).  
Public MethodSerialize Saves an outline (range group) to XML.  
Public MethodToStringOverridden.  Converts the attributes of this outline (range group) to a human-readable string.  
Top

See Also