Margin Property (TitleInfo)
In This Topic
Gets or sets the margin of the title bar.
Syntax
'Declaration
Public Property Margin As Inset
'Usage
Dim instance As TitleInfo
Dim value As Inset
instance.Margin = value
value = instance.Margin
public Inset Margin {get; set;}
Property Value
Inset object containing the inset or margin
Example
This example sets the title info for the first sheet.
See Also