No announcements
Found 2879536 threads
-
0 Votes
get value from a cell
i have a template, it means i know very well what data type i can expect in a certain cell. so when i get a value from a ...Answered | 3 Replies | 4879 Views | Created by Ivan Horvath - Thursday, July 14, 2011 1:16 PM | Last reply by Ivan Horvath - Tuesday, July 19, 2011 11:51 AM -
1 Votes
get the value from a cell in a datagridview
Ok, when I select a cell in a datagridview. How can I get that value. All I need is the value. So that I can do what I want with that record ...Answered | 6 Replies | 2604 Views | Created by Joesoft11a - Monday, June 7, 2010 12:36 PM | Last reply by Joesoft11a - Monday, June 7, 2010 2:12 PM -
0 Votes
how to get value from a table cell to chart
Hi: I need to create chart for Parto report. I'm using a function to get the value running value (which is sum of values, on the basis ...Unanswered | 6 Replies | 7792 Views | Created by Dharamvir - Monday, February 8, 2010 1:48 PM | Last reply by Mr. Santosh Bhagat - Saturday, August 18, 2012 9:44 AM -
0 Votes
Can I get a value from a Matrix Cell?
I know in a report we can use ReportItems to refer to a cell, however, will this work for a matrix? How do I get values from a Matrix ... -
0 Votes
How to get MDX value from a Cell to be used in CUBESET function?
Hi, I am using Excel cube functions to get data from SSAS cube that feed a report. The report has a dimension filter ...Unanswered | 1 Replies | 2322 Views | Created by Runtao Deng - Thursday, September 13, 2012 8:46 PM | Last reply by WiIson TayIor - Tuesday, September 18, 2012 7:52 AM -
0 Votes
How to get a value from a cell with group summary value divide by a table foot summary value
Hi ShirleyChen, If you want to get a value of dividing the table summary by the group summaryAnswered | 3 Replies | 4556 Views | Created by ShirleyChen - Wednesday, September 24, 2008 7:04 PM | Last reply by ShirleyChen - Friday, September 26, 2008 2:23 PM -
2 Votes
Get a cell value from a datagrid cell
I am trying to get the cell value from a particular cell in a DataGridView table but am having a little problem with the ...Answered | 3 Replies | 2690 Views | Created by Neil Warwick - Friday, October 30, 2009 1:09 AM | Last reply by Neil Warwick - Friday, October 30, 2009 12:52 PM -
0 Votes
excel 2016 -- trying to get the value of a cell OFFSET from the cell with the minimum value in a column
l can get the minimum value from column H using: =MIN(H:H) I want to get the value of a cell 3 columns to the ...Answered | 2 Replies | 646 Views | Created by Christian.Bahnsen - Friday, June 12, 2020 2:36 PM | Last reply by Christian.Bahnsen - Friday, June 12, 2020 5:54 PM -
0 Votes
How to get a value from particular cell in WPF 4.0 Datagrid????
Hello Experts, How to get a value from particular cell in WPF 4.0 Datagrid???Which event will ...Answered | 1 Replies | 4183 Views | Created by Dhev - Wednesday, June 2, 2010 9:12 AM | Last reply by Aland Li - Monday, June 7, 2010 2:52 PM -
0 Votes
Get Excel cell value from a Word VBA macro
").value I know it is totally a wrong code. It's to get the idea of what I woul like to implemenant. I'm not used to 'Object' in ...Answered | 3 Replies | 5575 Views | Created by Martin-01 - Thursday, August 13, 2015 7:58 AM | Last reply by ryguy72 - Thursday, August 13, 2015 2:02 PM -
0 Votes
Get cell value from WPF toolkit datagrid to a textbox
how to get a cell value from datagrid in wpf toolkit to a textbox in the wpf page, when the datagrid selection changed, at runtime. ...Answered | 5 Replies | 11105 Views | Created by LukmanulHakeem - Thursday, February 11, 2010 7:17 AM | Last reply by Ayyappan Thiruvannamalai - Thursday, January 27, 2011 4:37 AM -
0 Votes
Getting cell value within datagrid? C++
Hi, How would I get the value from a cell within a datagrid if I have the column number and row number in C++ ...Unanswered | 1 Replies | 3182 Views | Created by robben07160 - Wednesday, January 17, 2007 4:51 PM | Last reply by robben07160 - Thursday, January 18, 2007 6:14 AM -
0 Votes
how to get the sum value from the cell from a subcube? but not from all cell?
following MDX looks doesn't work as expected, as it return a very big value $16,367,464.49. So how to get the sum value from ONLY the ...Answered | 2 Replies | 4524 Views | Created by Daniel Wu - Friday, December 10, 2010 6:06 AM | Last reply by Raymond-Lee - Monday, December 13, 2010 5:38 AM -
2 Votes
How to get the Value of a Cell (say the 4th column) from a Selected Row in a DataGridView
I have a DataGridView that I have populated with data from a DataTable (Database)... What I am stumbling on is how to get the value ...Answered | 3 Replies | 3567 Views | Created by SquireDude - Sunday, February 28, 2010 11:30 PM | Last reply by Jeff - www.SRSoft.us - Tuesday, March 2, 2010 1:11 PM -
0 Votes
Get cell value from WPF Datagrid when a user selects a row
services. You can use a DATAGRIDVIEW with or without binding to any data sources. You can save or get data from any existing row/column ...Answered | 5 Replies | 3564 Views | Created by sidy3d - Wednesday, May 30, 2012 3:19 AM | Last reply by sidy3d - Wednesday, May 30, 2012 12:41 PM -
0 Votes
How to get a single cell value from Microsoft Excel in C#
Hi, I am using oledb connection to retrieve a single cell value from excel. How should I format my query string, none of these seem to work, it works if I specify ... -
2 Votes
how do I get from bindingsource the value of a particular "cell"
I can certainly get value of any cell in datagridview except when the tabpage holding the datagridview control has been selected by ...Answered | 4 Replies | 13917 Views | Created by fs - ab - Friday, August 14, 2009 7:17 AM | Last reply by fs - ab - Friday, August 14, 2009 7:56 PM -
0 Votes
DataGrid get cell value
I am using the CodePlex WPF DataGrid. Have loaded data as follows and trying to get the current cell value or all items in the row which I can then get individual ... -
0 Votes
Getting the formatted cell value
Okay, I need to get the formated cell value from a worksheet. For example: Looking at the worksheet the ...Unanswered | 1 Replies | 5023 Views | Created by Robert Caruso - Tuesday, June 13, 2006 4:26 PM | Last reply by Navajo - Tuesday, June 13, 2006 6:45 PM -
0 Votes
How to get the particular cell value from a separated out footer row in an Excel data source?
In a Data Flow, I have used Conditional Split to segregate the footer row/record from an Excel Source. What is the most efficient way for me to get a ...Answered | 2 Replies | 497 Views | Created by phanatix - Saturday, August 18, 2018 12:04 AM | Last reply by Yang.Z - Monday, August 20, 2018 6:09 AM - Items 1 to 20 of 2879536 Next ›
No announcements