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