'Declaration
Sub SetColumnUsed( _
ByVal As Object, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByRef () As Object, _
ByRef () As Object, _
ByRef () As Object _
)
'Usage
Dim instance As IOptimizedExcel2
Dim sheetView As Object
Dim valueElementCount As Integer
Dim styleElementCount As Integer
Dim formulaElementCount As Integer
Dim valueColElementCount As Integer
Dim styleColElementCount As Integer
Dim formulaColElementCount As Integer
Dim valueEndIndex As Integer
Dim styleEndIndex As Integer
Dim formulaEndIndex As Integer
Dim valueColUsed() As Object
Dim styleColUsed() As Object
Dim formulaColUsed() As Object
instance.SetColumnUsed(sheetView, valueElementCount, styleElementCount, formulaElementCount, valueColElementCount, styleColElementCount, formulaColElementCount, valueEndIndex, styleEndIndex, formulaEndIndex, valueColUsed, styleColUsed, formulaColUsed)
void SetColumnUsed(
object ,
int ,
int ,
int ,
int ,
int ,
int ,
int ,
int ,
int ,
ref object[] ,
ref object[] ,
ref object[]
)