Hi,

I figured out how to set the rowtype so that tab stops work.
I looked through the PY files for RowType and found RowType and SetRowType.

                # The method SetRowType is actually a property, but must be 
used as a method to correctly pass the arguments
                def SetRowType(self, Section=defaultNamedNotOptArg, 
Row=defaultNamedNotOptArg, arg2=defaultUnnamedArg):  ...

The statement that worked:   s1.SetRowType(constants.visSectionTab, 
constants.visRowTab, 151)

Kevin Miller
_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to