Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / MsoPathEscapeInfo Class / escape Property


In This Topic
    escape Property
    In This Topic
    An MSOPATHESCAPE enumeration value that specifies how path information is interpreted and segments are joined.
    Syntax
    'Declaration
     
    
    Public Property escape As MsoPathEscape
    'Usage
     
    
    Dim instance As MsoPathEscapeInfo
    Dim value As MsoPathEscape
     
    instance.escape = value
     
    value = instance.escape
    public MsoPathEscape escape {get; set;}
    See Also