See Also

IValues Interface  | IValues Members  | Logical Property

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

C++

C++/CLI

Show All

row
Specifies the row of the cell to set.
column
Specifies the column of the cell to set.
logical
Specifies the logical value to place into the specified cell.
See Also Languages SpreadsheetGear The Performance Spreadsheet Component Company 

SetLogical Method

SpreadsheetGear.Advanced.Cells Namespace > IValues Interface : SetLogical Method

Sets the value of the specified cell to the specified logical value.

[Visual Basic]
Overridable Sub SetLogical( _    ByVal row As Integer, _    ByVal column As Integer, _    ByVal logical As Boolean _ )
[C#]
virtual void SetLogical(    int row,    int column,    bool logical );
[C++]
virtual void SetLogical(    int row,    int column,    bool logical )
[C++/CLI]
virtual void SetLogical(    int row,    int column,    bool logical )

Parameters

row
Specifies the row of the cell to set.
column
Specifies the column of the cell to set.
logical
Specifies the logical value to place into the specified cell.

Remarks

See the IValues overview for warnings about using this method.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

IValues Interface  | IValues Members  | Logical Property

 

 


See our live Excel Reporting, Excel Charting, Excel to DataGrid and Excel Calculation Samples.

Copyright © 2003-2007 SpreadsheetGear LLC. All Rights Reserved.

SpreadsheetGear and Spreadsheet Gear are trademarks of SpreadsheetGear LLC.