Shape.ActualLowerRightRow

Shape.ActualLowerRightRow property

Get the actual bottom row.

public int ActualLowerRightRow { get; }

Examples


[C#]
int rRow = shape.ActualLowerRightRow;

See Also