Forums     Knowledge Base     OfficeWriter Online     
 
This documentation is for
OfficeWriter v3.0.4
.NET Platform

View Docs for Another
Version or Platform

Programmer's Reference > ExcelApplication API > Style > HideFormulas

HideFormulas Property


C# Signature:

VB.NET Signature:


Description:

Sets or returns whether formulas or their calculated results will be displayed in a protected worksheet.

HideFormulas is a read / write property.



Examples:

[csharp]
// Get HideFormulas
bool hide = styl.HideFormulas;

// Set HideFormulas
styl.HideFormulas = true;
[vbnet]
' Get HideFormulas
Dim hide As Boolean = styl.HideFormulas

' Set HideFormulas
styl.HideFormulas = True


Getter

Signature:

public boolean HideFormulas

Returns:

boolean If true, formulas in cells associated with the specified style should be hidden in a protected worksheet.

Setter

Signature:

public void HideFormulas boolean hideFormulas

Type:

boolean



Copyright 2005 © SoftArtisans, Inc. All Rights Reserved.