Pane.ScrollColumn Property
Returns or sets the number of the leftmost column in the pane.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property ScrollColumn As Integer
Get
Set
'Usage
Dim instance As Pane
Dim value As Integer
value = instance.ScrollColumn
instance.ScrollColumn = value
int ScrollColumn { get; set; }
Property Value
Type: System.Int32