BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
GridRangeInfo range = this.gridDataBoundGrid1.Selections.GetSelectedRows(true, false).ActiveRange;
if(!range.IsEmpty)
{
Console.WriteLine("height: {0}", range.Height);
}
>GridRangeInfo range = this.gridDataBoundGrid1.Selections.GetSelectedRows(true, false).ActiveRange;
>if(!range.IsEmpty)
>{
> Console.WriteLine("height: {0}", range.Height);
>}
>
int height = this.grid.Selections.Ranges.ActiveRange.Height;