Direction Property (ITable) Send Feedback
See Also 
Gets or sets the header orientation of the table.

Syntax

Visual Basic 
Property Direction As dsTableDirection_e
C# 
dsTableDirection_e Direction {get; set;}
JavaScript 
get_Direction () : String
put_Direction (
   NewVal : String
)
COM native C++ 
HRESULT get_Direction(
   dsTableDirection_e* Val
) 
HRESULT put_Direction( 
   dsTableDirection_e NewVal
C++ 
DSRESULT get_Direction (
   dsTableDirection_e* Val
)
DSRESULT put_Direction(
   dsTableDirection_e NewVal
)

Property Value

Header orientation of the table as defined in dsTableDirection_e

See Also

Availability

DraftSight V1R5.0