'Declaration Public Property VisibleCount As Integer
'Usage Dim instance As TabInfo Dim value As Integer instance.VisibleCount = value value = instance.VisibleCount
public int VisibleCount {get; set;}
'Declaration Public Property VisibleCount As Integer
'Usage Dim instance As TabInfo Dim value As Integer instance.VisibleCount = value value = instance.VisibleCount
public int VisibleCount {get; set;}
If more tabs (with sheet names) are available to view, an ellipses (...) button displays in the command bar. Click the button to scroll to the previous or next tab.
For this property to have an effect, you must set the TabControlPolicy property to Always or AsNeeded.