BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
private Worksheet ActiveWorksheet
{
get
{
return this.ActiveWorkbook.ActiveWorksheet;
}
set
{
value.Activate();
}
} |