Spread Windows Forms 10.0 Product Documentation
SetLine Method


Index of line.
Line.
Gets or sets the line at the specified index.
Syntax
'Declaration
 
Public Sub SetLine( _
   ByVal index As Integer, _
   ByVal line As Line _
) 
'Usage
 
Dim instance As LineCollection
Dim index As Integer
Dim line As Line
 
instance.SetLine(index, line)
public void SetLine( 
   int index,
   Line line
)

Parameters

index
Index of line.
line
Line.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

LineCollection Class
LineCollection Members

 

 


Copyright © GrapeCity, inc. All rights reserved.