Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / LbsDropData Class / str Property


In This Topic
    str Property (LbsDropData)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property str As XLUnicodeString
    'Usage
     
    
    Dim instance As LbsDropData
    Dim value As XLUnicodeString
     
    instance.str = value
     
    value = instance.str
    public XLUnicodeString str {get; set;}
    See Also