Back to Devexpress

Sparkline.SetPosition(Int32, Int32) Method

officefileapi-devexpress-dot-spreadsheet-dot-sparkline-dot-setposition-x28-system-dot-int32-system-dot-int32-x29.md

latest1.6 KB
Original Source

Sparkline.SetPosition(Int32, Int32) Method

Moves a sparkline to a new location.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
void SetPosition(
    int columnIndex,
    int rowIndex
)
vb
Sub SetPosition(
    columnIndex As Integer,
    rowIndex As Integer
)

Parameters

NameTypeDescription
columnIndexInt32

An integer that is the zero-based index of the row to which the sparkline should be moved.

| | rowIndex | Int32 |

An integer that is the zero-based index of the column to which the sparkline should be moved.

|

Remarks

To get the current location of the required sparkline in a worksheet, use the Sparkline.Position property.

See Also

Position

Sparkline Interface

Sparkline Members

DevExpress.Spreadsheet Namespace