Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / FtNts Class / guid Property


In This Topic
    guid Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property guid As Byte()
    'Usage
     
    
    Dim instance As FtNts
    Dim value() As Byte
     
    instance.guid = value
     
    value = instance.guid
    public byte[] guid {get; set;}
    See Also