Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXMLStyle Class / Wrap Property


In This Topic
    Wrap Property (ExcelXMLStyle)
    In This Topic
    Gets or sets a value indicating whether this ExcelXMLStyle is wrap.
    Syntax
    'Declaration
     
    
    Public Property Wrap As Boolean
    'Usage
     
    
    Dim instance As ExcelXMLStyle
    Dim value As Boolean
     
    instance.Wrap = value
     
    value = instance.Wrap
    public bool Wrap {get; set;}

    Property Value

    true if wrap; otherwise, false.
    See Also