Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Text Class / dlp Property


In This Topic
    dlp Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property dlp As Byte
    'Usage
     
    
    Dim instance As Text
    Dim value As Byte
     
    instance.dlp = value
     
    value = instance.dlp
    public byte dlp {get; set;}
    See Also