Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / LinearRange Structure / Empty Field


In This Topic
    Empty Field (LinearRange)
    In This Topic
    Represents a LinearRange structure with its properties left uninitialized. This field is read-only.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Empty As LinearRange
    'Usage
     
    
    Dim value As LinearRange
     
    value = LinearRange.Empty
    public static readonly LinearRange Empty
    See Also