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