Spread Silverlight Documentation
SetOutlineDirection Method


GrapeCity.Excel Namespace > IExcelReader Interface : SetOutlineDirection Method
The zero based sheet index.
A flag indicate whether the summary columns to right of details, true if it's right to detail, otherwise, false
A flag indicate whether the summary rows below details, true if it below detail, otherwise, false
Set the summary row/column directions
Syntax
'Declaration
 
Sub SetOutlineDirection( _
   ByVal sheet As System.Integer, _
   ByVal summaryColumnsRightToDetail As System.Boolean, _
   ByVal summaryRowsBelowDetail As System.Boolean _
) 
'Usage
 
Dim instance As IExcelReader
Dim sheet As System.Integer
Dim summaryColumnsRightToDetail As System.Boolean
Dim summaryRowsBelowDetail As System.Boolean
 
instance.SetOutlineDirection(sheet, summaryColumnsRightToDetail, summaryRowsBelowDetail)
void SetOutlineDirection( 
   System.int sheet,
   System.bool summaryColumnsRightToDetail,
   System.bool summaryRowsBelowDetail
)

Parameters

sheet
The zero based sheet index.
summaryColumnsRightToDetail
A flag indicate whether the summary columns to right of details, true if it's right to detail, otherwise, false
summaryRowsBelowDetail
A flag indicate whether the summary rows below details, true if it below detail, otherwise, false
See Also

Reference

IExcelReader Interface
IExcelReader Members