'Declaration Sub GetGutters( _ ByVal sheet As Short, _ ByRef rowMaxOutLineLevel As Integer, _ ByRef columnMaxOutLineLevel As Integer _ )
'Usage Dim instance As IExcelWriter Dim sheet As Short Dim rowMaxOutLineLevel As Integer Dim columnMaxOutLineLevel As Integer instance.GetGutters(sheet, rowMaxOutLineLevel, columnMaxOutLineLevel)
void GetGutters( short sheet, ref int rowMaxOutLineLevel, ref int columnMaxOutLineLevel )
Parameters
- sheet
- the zero based sheet index used to locate the IExcelWorksheet instance
- rowMaxOutLineLevel
- Maximum level of row gutter
- columnMaxOutLineLevel
- Maximum level of column gutter