ActiveReports 8
Range Structure Members
See Also  Fields  Properties  Methods 
GrapeCity.ActiveReports.Viewer.Win.v8 Assembly > GrapeCity.Viewer.Common.Model Namespace : Range Structure

Glossary Item Box

The following tables list the members exposed by Range.

Public Constructors

 NameDescription
Public ConstructorRange ConstructorOverloaded.   
Top

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)EmptyGets empty range  
Public FieldLength  
Public FieldStart  
Top

Public Properties

 NameDescription
Public PropertyEndGets the first position past the end of range  
Public PropertyIsEmptyGets true if range represents empty one  
Public PropertyIsEndOpen  
Top

Public Methods

 NameDescription
Public MethodContainsGets true if range contains specific item  
Public MethodEqualsOverloaded.   
Public Methodstatic (Shared in Visual Basic)ForInitializes a new range from start and end points.  
Public MethodGetHashCode  
Public Methodstatic (Shared in Visual Basic)ParseParses string input to Range  
Public MethodToString  
Public Methodstatic (Shared in Visual Basic)TranslateTranslates range by shift value, OpenEnd wise.  
Top

See Also