VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document.Editors Namespace / WorksheetEditor Class / SetColumnsStyleIndex(Int32,Int32,Int32) Method
Syntax Requirements SeeAlso
In This Topic
SetColumnsStyleIndex(Int32,Int32,Int32) Method (WorksheetEditor)
In This Topic
Sets the StyleIndex property for specified columns.
Syntax
'Declaration

Public Sub SetColumnsStyleIndex( _
ByVal columnIndex
The column index.
As System.Int32, _
ByVal columnCount
The column count.
As System.Int32, _
ByVal styleIndex
The style index to set.
As System.Int32 _
)
public void SetColumnsStyleIndex(
System.Int32 columnIndex,
System.Int32 columnCount,
System.Int32 styleIndex
)

Parameters

columnIndex
The column index.
columnCount
The column count.
styleIndex
The style index to set.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also