Does anyone have any examples or less technical instructions on how to use the igTextTabStop enumeration?
I am trying to set some tab stops in my grouping rows but I'm having trouble, mostly because I do not understand how this enumeration works.
The manual says:
Sets tab stops. Bits 15-8 (high-order byte of the low-order word) of a text format flags combination specify the number of characters for each tab. The default number of characters per tab is eight. For instance, you must use the following flags to set the number of characters per tab to ten:
igTextExpandTabs Or igTextTabStop Or &HA00
I wanted to set the tab stops to 20 so I tried this:
igTextExpandTabs Or igTextTabStop Or &H140
I thought this would work since Hex A = Dec 10 and Hex 14 = Dec 20
But it seemed that the tab stops got smaller instead of bigger.
Thanks
Imran
Edited by user
2014-03-20T20:37:47Z
|
Reason: Not specified