Show/hide grid lines.
Read-write property
[Visual Basic .NET] |
---|
Public Property ShowGridLines() As Boolean |
[C#] |
---|
public bool ShowGridLines {get; set;} |
[Managed C++] |
---|
public: __property bool get_ShowGridLines(); |
[Unmanaged C++] |
---|
public: HRESULT get_ShowGridLines( VARIANT_BOOL * pShow ); public: HRESULT put_ShowGridLines( VARIANT_BOOL pShow ); |
[Java] |
---|
public bool getShowGridLines(); public void setShowGridLines( bool ); |