Spread Windows Forms 12.0 Product Documentation
Item Property (PageBreaks)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > PageBreaks Class : Item Property
An integer value indicates the break item position.
Gets the Break value at the specified position.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As Break
'Usage
 
Dim instance As PageBreaks
Dim index As Integer
Dim value As Break
 
value = instance.Item(index)
public Break this[ 
   int index
]; {get;}

Parameters

index
An integer value indicates the break item position.

Property Value

The Break value at the specified position.
See Also

Reference

PageBreaks Class
PageBreaks Members