Help > Web Development > Object Reference > Object Reference > ISYSAnnotation > Column Property
<a name="kanchor227"></a>ISYSAnnotation:Column Property
Get\Set the column where the annotation appears

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