Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public ILineShape AddLine(
	int row,
	int column,
	int width,
	int height,
	LineShapeType lineShapeType
)
Public Function AddLine ( 
	row As Integer,
	column As Integer,
	width As Integer,
	height As Integer,
	lineShapeType As LineShapeType
) As ILineShape
public:
virtual ILineShape^ AddLine(
	int row, 
	int column, 
	int width, 
	int height, 
	LineShapeType lineShapeType
) sealed
abstract AddLine : 
        row : int * 
        column : int * 
        width : int * 
        height : int * 
        lineShapeType : LineShapeType -> ILineShape 
override AddLine : 
        row : int * 
        column : int * 
        width : int * 
        height : int * 
        lineShapeType : LineShapeType -> ILineShape 

Parameters

row
Int32
column
Int32
width
Int32
height
Int32
lineShapeType
LineShapeType

Return Value

ILineShape

Implements

ILines..::..AddLine(Int32, Int32, Int32, Int32, LineShapeType)

See Also