Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / LinearRange Structure
Members


In This Topic
    LinearRange Structure
    In This Topic
    Represent a range in one-dimension which is defined by the start index and end index.
    Syntax
    'Declaration
     
    
    Public Structure LinearRange 
       Inherits System.ValueType
    'Usage
     
    
    Dim instance As LinearRange
    public struct LinearRange : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          FarPoint.Win.Spread.LinearRange

    See Also