Gets the alignment in bytes.
Read-write property
[Visual Basic .NET] |
---|
Public Property RowAlignment() As Integer |
[C#] |
---|
public int RowAlignment {get; set;} |
[Managed C++] |
---|
public: __property int get_RowAlignment(); |
[Unmanaged C++] |
---|
public: HRESULT get_RowAlignment( int * pRetVal ); public: HRESULT put_RowAlignment( int RowAlignment ); |
[Java] |
---|
public Integer getRowAlignment(); public void setRowAlignment( Integer ); |