In This Topic
Gets or sets the inset of the right border or margin in pixels.
Syntax
'Declaration
Public Property Right As Integer
'Usage
Dim instance As Inset
Dim value As Integer
instance.Right = value
value = instance.Right
public int Right {get; set;}
Property Value
Integer number of pixels
Example
This example sets an inset for the specified cell.
See Also