Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SupBookBiff8Structure Class / virtPath Property


In This Topic
    virtPath Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property virtPath As XLUnicodeStringNoCch
    'Usage
     
    
    Dim instance As SupBookBiff8Structure
    Dim value As XLUnicodeStringNoCch
     
    instance.virtPath = value
     
    value = instance.virtPath
    public XLUnicodeStringNoCch virtPath {get; set;}
    See Also