I know the start number of stc is 1.
but I like to change the number as 5 or 10 etc..
how can I change the number?
stcvar.SetMarginType(1, stvar.STC_MARGIN_NUMBER)
stcvar.SetMarginWidth(1, 40)
Wonjun, Choi
I know the start number of stc is 1.
but I like to change the number as 5 or 10 etc..
how can I change the number?
stcvar.SetMarginType(1, stvar.STC_MARGIN_NUMBER)
stcvar.SetMarginWidth(1, 40)
Wonjun, Choi
That is not possible using the existing APIs
On 10/13/11 1:40 AM, Wonjun, Choi wrote:
I know the start number of stc is 1.
but I like to change the number as 5 or 10 etc..how can I change the number?
stcvar.SetMarginType(1, stvar.STC_MARGIN_NUMBER)
stcvar.SetMarginWidth(1, 40)
--
Robin Dunn
Software Craftsman