Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / HeaderFooter Class / guidSView Property


In This Topic
    guidSView Property
    In This Topic
    Gets or sets the GUID S view.
    Syntax
    'Declaration
     
    
    Public Property guidSView As Byte()
    'Usage
     
    
    Dim instance As HeaderFooter
    Dim value() As Byte
     
    instance.guidSView = value
     
    value = instance.guidSView
    public byte[] guidSView {get; set;}

    Property Value

    The GUID S view.
    See Also