ReportSection.bottomMarginMode Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
bottomMarginMode(Int32) | |
bottomMarginMode() |
bottomMarginMode(Int32)
public:
virtual int bottomMarginMode(int _value);
public virtual int bottomMarginMode (int _value);
abstract member bottomMarginMode : int -> int
override this.bottomMarginMode : int -> int
Public Overridable Function bottomMarginMode (_value As Integer) As Integer
Parameters
- _value
- Int32
Returns
Applies to
bottomMarginMode()
public:
virtual int bottomMarginMode();
public virtual int bottomMarginMode ();
abstract member bottomMarginMode : unit -> int
override this.bottomMarginMode : unit -> int
Public Overridable Function bottomMarginMode () As Integer