_Worksheet.StandardHeight Property
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.
Returns the standard (default) height of all the rows in the worksheet in points. Read-only Double.
public:
property double StandardHeight { double get(); };
public double StandardHeight { get; }
Public ReadOnly Property StandardHeight As Double