LeftTab Property (FpSpread)
In This Topic
Gets or sets the leftmost sheet tab of the component.
Syntax
'Declaration
Public Property LeftTab As Integer
'Usage
Dim instance As FpSpread
Dim value As Integer
instance.LeftTab = value
value = instance.LeftTab
public int LeftTab {get; set;}
See Also