Help > Web Development > Object Reference > Object Reference > ISYSAnnotation > Row Property
<a name="kanchor232"></a>ISYSAnnotation:Row Property
Get\Set the line where the annotation appears

Syntax
[VBScript]
 property ISYSAnnotation.Row as long
[C#]
long ISYSAnnotation.Row {get;put;}
[ColdFusion/Java]
long ISYSAnnotation.Row() throws ComException;
void ISYSAnnotation.set_Row( long value );