Click or drag to resize

GuidRange Class

[Missing <summary> documentation for "T:Stimulsoft.Report.GuidRange"]

Inheritance Hierarchy

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public class GuidRange : Range

The GuidRange type exposes the following members.

Constructors
  NameDescription
Public methodGuidRange
Initializes a new instance of the GuidRange class
Public methodGuidRange(Guid, Guid)
Initializes a new instance of the GuidRange class
Top
Properties
  NameDescription
Public propertyFromObject
Gets or sets From item of range.
(Overrides RangeFromObject.)
Public propertyFromStrLoc (Inherited from Range.)
Public propertyRangeName
Gets specified name of range. Range name equal to name of range class.
(Overrides RangeRangeName.)
Public propertyRangeType
Gets the type of range items.
(Overrides RangeRangeType.)
Public propertyToObject
Gets or set To item of range.
(Overrides RangeToObject.)
Public propertyToStrLoc (Inherited from Range.)
Top
Methods
  NameDescription
Public methodContains
Public methodEquals (Inherited from Range.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Inherited from Range.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodParse
Fill From and To item of range with it string representation.
(Inherited from Range.)
Public methodToString (Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldFrom
Public fieldTo
Top
See Also