Namespace: Spire.Xls.Core.Spreadsheet.Collections
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# |
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