GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > PageBreaks クラス : GetBreak メソッド |
'Declaration
Public Function GetBreak( _ ByVal index As Integer _ ) As BreakAttributes
'使用法
Dim instance As PageBreaks Dim index As Integer Dim value As BreakAttributes value = instance.GetBreak(index)
public BreakAttributes GetBreak( int index )