GrapeCity.Excel Namespace > IExcelReader Interface : SetColumnInfo Method |
'Declaration Sub SetColumnInfo( _ ByVal sheet As System.Short, _ ByVal columnFirst As System.Short, _ ByVal columnLast As System.Short, _ ByVal formatIndex As System.Short, _ ByVal width As System.Double, _ ByVal As System.Boolean, _ ByVal outlineLevel As System.Byte, _ ByVal collapsed As System.Boolean _ )
'Usage Dim instance As IExcelReader Dim sheet As System.Short Dim columnFirst As System.Short Dim columnLast As System.Short Dim formatIndex As System.Short Dim width As System.Double Dim hidden As System.Boolean Dim outlineLevel As System.Byte Dim collapsed As System.Boolean instance.SetColumnInfo(sheet, columnFirst, columnLast, formatIndex, width, hidden, outlineLevel, collapsed)
void SetColumnInfo( System.short sheet, System.short columnFirst, System.short columnLast, System.short formatIndex, System.double width, System.bool , System.byte outlineLevel, System.bool collapsed )
Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6