Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelXml Interface / ExcelGetRightToLeft Method


In This Topic
    ExcelGetRightToLeft Method
    In This Topic
    Get the right to left of Spread.
    Syntax
    'Declaration
     
    
    Function ExcelGetRightToLeft() As Boolean
    'Usage
     
    
    Dim instance As IExcelXml
    Dim value As Boolean
     
    value = instance.ExcelGetRightToLeft()
    bool ExcelGetRightToLeft()
    See Also