Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / DataLabExtContents Class / rgchSep Property


In This Topic
    rgchSep Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property rgchSep As XLUnicodeStringMin2
    'Usage
     
    
    Dim instance As DataLabExtContents
    Dim value As XLUnicodeStringMin2
     
    instance.rgchSep = value
     
    value = instance.rgchSep
    public XLUnicodeStringMin2 rgchSep {get; set;}
    See Also