Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Syntax
C# | Visual Basic | Visual C++ | F# |
ILineShape AddLine( int row, int column, int width, int height, LineShapeType lineShapeType )
Function AddLine ( row As Integer, column As Integer, width As Integer, height As Integer, lineShapeType As LineShapeType ) As ILineShape
ILineShape^ AddLine( int row, int column, int width, int height, LineShapeType lineShapeType )
abstract AddLine : row : int * column : int * width : int * height : int * lineShapeType : LineShapeType -> ILineShape