GrapeCity.Xaml.Excel
ActiveColumnIndex Property (ExcelWorksheet)


Gets or sets the index of the active column.
Syntax
'Declaration
 
Public Property ActiveColumnIndex As Integer
'Usage
 
Dim instance As ExcelWorksheet
Dim value As Integer
 
instance.ActiveColumnIndex = value
 
value = instance.ActiveColumnIndex
public int ActiveColumnIndex {get; set;}

Property Value

The index of the active column.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

ExcelWorksheet Class
ExcelWorksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options