Spread Silverlight Documentation
GetOutlineDirection 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
Get the summary rows/columns directions
Syntax
'Declaration
 
Sub GetOutlineDirection( _
   ByVal sheet As System.Integer, _
   ByRef summaryColumnsRightToDetail As System.Boolean, _
   ByRef summaryRowsBelowDetail As System.Boolean _
) 
'Usage
 
Dim instance As IExcelWriter
Dim sheet As System.Integer
Dim summaryColumnsRightToDetail As System.Boolean
Dim summaryRowsBelowDetail As System.Boolean
 
instance.GetOutlineDirection(sheet, summaryColumnsRightToDetail, summaryRowsBelowDetail)
void GetOutlineDirection( 
   System.int sheet,
   ref System.bool summaryColumnsRightToDetail,
   ref 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
Requirements

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

See Also

Reference

IExcelWriter Interface
IExcelWriter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.