InsertTabs Property

See Also      Applies To

Sets or returns a Boolean value determining whether tabs in the editor use spaces or tab characters.

Syntax

Property Get InsertTabs()

Property Let InsertTabs(boolean)

This syntax has these parts:

Part Description
boolean A required Boolean value. True means tabs are used when inserting indentation automatically. False means spaces are used.