public class DataGridViewCell extends DataGridViewElement implements java.lang.AutoCloseable
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.DataGridViewCell
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Windows.Forms
|
static java.lang.String |
className
Qualified class name: System.Windows.Forms.DataGridViewCell
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DataGridViewCell() |
DataGridViewCell(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DataGridViewAdvancedBorderStyle |
AdjustCellBorderStyle(DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput,
DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceholder,
boolean singleVerticalBorderAdded,
boolean singleHorizontalBorderAdded,
boolean isFirstDisplayedColumn,
boolean isFirstDisplayedRow) |
static DataGridViewCell |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into DataGridViewCell, a cast assert is made to check if types are compatible. |
NetObject |
Clone() |
void |
close() |
void |
DetachEditingControl() |
void |
Dispose() |
AccessibleObject |
getAccessibilityObject() |
int |
getColumnIndex() |
Rectangle |
getContentBounds() |
Rectangle |
GetContentBounds(int rowIndex) |
ContextMenuStrip |
getContextMenuStrip() |
NetObject |
getDefaultNewRowValue() |
boolean |
getDisplayed() |
NetObject |
getEditedFormattedValue() |
NetObject |
GetEditedFormattedValue(int rowIndex,
DataGridViewDataErrorContexts context) |
NetType |
getEditType() |
Rectangle |
getErrorIconBounds() |
java.lang.String |
getErrorText() |
NetObject |
getFormattedValue() |
NetType |
getFormattedValueType() |
boolean |
getFrozen() |
boolean |
getHasStyle() |
ContextMenuStrip |
GetInheritedContextMenuStrip(int rowIndex) |
DataGridViewElementStates |
getInheritedState() |
DataGridViewElementStates |
GetInheritedState(int rowIndex) |
DataGridViewCellStyle |
getInheritedStyle() |
DataGridViewCellStyle |
GetInheritedStyle(DataGridViewCellStyle inheritedCellStyle,
int rowIndex,
boolean includeColors) |
boolean |
getIsInEditMode() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
DataGridViewColumn |
getOwningColumn() |
DataGridViewRow |
getOwningRow() |
Size |
getPreferredSize() |
boolean |
getReadOnly() |
boolean |
getResizable() |
int |
getRowIndex() |
boolean |
getSelected() |
Size |
getSize() |
DataGridViewCellStyle |
getStyle() |
NetObject |
getTag() |
java.lang.String |
getToolTipText() |
NetObject |
getValue() |
NetType |
getValueType() |
boolean |
getVisible() |
void |
InitializeEditingControl(int rowIndex,
NetObject initialFormattedValue,
DataGridViewCellStyle dataGridViewCellStyle) |
boolean |
KeyEntersEditMode(KeyEventArgs e) |
static int |
MeasureTextHeight(Graphics graphics,
java.lang.String text,
Font font,
int maxWidth,
TextFormatFlags flags) |
static int |
MeasureTextHeight(Graphics graphics,
java.lang.String text,
Font font,
int maxWidth,
TextFormatFlags flags,
JCORefOut<java.util.concurrent.atomic.AtomicBoolean> widthTruncated) |
static Size |
MeasureTextPreferredSize(Graphics graphics,
java.lang.String text,
Font font,
Single maxRatio,
TextFormatFlags flags) |
static Size |
MeasureTextSize(Graphics graphics,
java.lang.String text,
Font font,
TextFormatFlags flags) |
static int |
MeasureTextWidth(Graphics graphics,
java.lang.String text,
Font font,
int maxHeight,
TextFormatFlags flags) |
NetObject |
ParseFormattedValue(NetObject formattedValue,
DataGridViewCellStyle cellStyle,
TypeConverter formattedValueTypeConverter,
TypeConverter valueTypeConverter) |
void |
PositionEditingControl(boolean setLocation,
boolean setSize,
Rectangle cellBounds,
Rectangle cellClip,
DataGridViewCellStyle cellStyle,
boolean singleVerticalBorderAdded,
boolean singleHorizontalBorderAdded,
boolean isFirstDisplayedColumn,
boolean isFirstDisplayedRow) |
Rectangle |
PositionEditingPanel(Rectangle cellBounds,
Rectangle cellClip,
DataGridViewCellStyle cellStyle,
boolean singleVerticalBorderAdded,
boolean singleHorizontalBorderAdded,
boolean isFirstDisplayedColumn,
boolean isFirstDisplayedRow) |
void |
setContextMenuStrip(ContextMenuStrip ContextMenuStrip) |
void |
setErrorText(java.lang.String ErrorText) |
void |
setJCOInstance(JCObject instance) |
void |
setReadOnly(boolean ReadOnly) |
void |
setSelected(boolean Selected) |
void |
setStyle(DataGridViewCellStyle Style) |
void |
setTag(NetObject Tag) |
void |
setToolTipText(java.lang.String ToolTipText) |
void |
setValue(NetObject Value) |
void |
setValueType(NetType ValueType) |
getDataGridView, getStatepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DataGridViewCell()
throws java.lang.Throwable
java.lang.Throwablepublic DataGridViewCell(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic DataGridViewAdvancedBorderStyle AdjustCellBorderStyle(DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput, DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceholder, boolean singleVerticalBorderAdded, boolean singleHorizontalBorderAdded, boolean isFirstDisplayedColumn, boolean isFirstDisplayedRow) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, RankException, InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionRankExceptionInvalidEnumArgumentExceptionpublic static DataGridViewCell cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DataGridViewCell, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDataGridViewCell instancejava.lang.Throwable - in case of error during cast operationpublic NetObject Clone() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, SecurityException, MissingMethodException, TargetInvocationException, NotSupportedException, InvalidEnumArgumentException, ArgumentOutOfRangeException, NullReferenceException, MulticastNotSupportedException, RankException, ThreadStateException, Win32Exception, KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionInvalidEnumArgumentExceptionArgumentOutOfRangeExceptionNullReferenceExceptionMulticastNotSupportedExceptionRankExceptionThreadStateExceptionWin32ExceptionKeyNotFoundExceptionpublic void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exceptionpublic void DetachEditingControl()
throws java.lang.Throwable,
InvalidOperationException,
ArgumentException,
ArgumentNullException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
Win32Exception,
NotSupportedException,
SecurityException,
NullReferenceException,
OutOfMemoryException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
RankException
java.lang.ThrowableInvalidOperationExceptionArgumentExceptionArgumentNullExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionWin32ExceptionNotSupportedExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionRankExceptionpublic void Dispose()
throws java.lang.Throwable,
ArgumentException,
MulticastNotSupportedException,
ArgumentOutOfRangeException,
ArgumentNullException
java.lang.ThrowableArgumentExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionArgumentNullExceptionpublic AccessibleObject getAccessibilityObject() throws java.lang.Throwable
java.lang.Throwablepublic int getColumnIndex()
throws java.lang.Throwable
java.lang.Throwablepublic Rectangle getContentBounds() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, InvalidEnumArgumentException, NullReferenceException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionNullReferenceExceptionNotSupportedExceptionpublic Rectangle GetContentBounds(int rowIndex) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, InvalidEnumArgumentException, NullReferenceException, NotSupportedException, SecurityException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidEnumArgumentExceptionNullReferenceExceptionNotSupportedExceptionSecurityExceptionpublic ContextMenuStrip getContextMenuStrip() throws java.lang.Throwable, ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic NetObject getDefaultNewRowValue() throws java.lang.Throwable
java.lang.Throwablepublic boolean getDisplayed()
throws java.lang.Throwable
java.lang.Throwablepublic NetObject getEditedFormattedValue() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, InvalidEnumArgumentException, NullReferenceException, NotSupportedException, SecurityException, IndexOutOfRangeException, RankException, Win32Exception, InvalidCastException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidEnumArgumentExceptionNullReferenceExceptionNotSupportedExceptionSecurityExceptionIndexOutOfRangeExceptionRankExceptionWin32ExceptionInvalidCastExceptionFormatExceptionpublic NetObject GetEditedFormattedValue(int rowIndex, DataGridViewDataErrorContexts context) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, InvalidEnumArgumentException, NullReferenceException, NotSupportedException, SecurityException, IndexOutOfRangeException, RankException, Win32Exception, InvalidCastException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidEnumArgumentExceptionNullReferenceExceptionNotSupportedExceptionSecurityExceptionIndexOutOfRangeExceptionRankExceptionWin32ExceptionInvalidCastExceptionFormatExceptionpublic NetType getEditType() throws java.lang.Throwable
java.lang.Throwablepublic Rectangle getErrorIconBounds() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, InvalidEnumArgumentException, NullReferenceException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionNullReferenceExceptionNotSupportedExceptionpublic java.lang.String getErrorText()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
ArgumentOutOfRangeException,
FormatException,
IndexOutOfRangeException,
InvalidEnumArgumentException,
Win32Exception,
RankException,
NullReferenceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionFormatExceptionIndexOutOfRangeExceptionInvalidEnumArgumentExceptionWin32ExceptionRankExceptionNullReferenceExceptionpublic NetObject getFormattedValue() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, InvalidEnumArgumentException, NullReferenceException, NotSupportedException, SecurityException, IndexOutOfRangeException, RankException, Win32Exception, InvalidCastException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidEnumArgumentExceptionNullReferenceExceptionNotSupportedExceptionSecurityExceptionIndexOutOfRangeExceptionRankExceptionWin32ExceptionInvalidCastExceptionFormatExceptionpublic NetType getFormattedValueType() throws java.lang.Throwable
java.lang.Throwablepublic boolean getFrozen()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getHasStyle()
throws java.lang.Throwable
java.lang.Throwablepublic ContextMenuStrip GetInheritedContextMenuStrip(int rowIndex) throws java.lang.Throwable, ArgumentOutOfRangeException, InvalidOperationException, ArgumentNullException, ArgumentException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public DataGridViewElementStates getInheritedState() throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionpublic DataGridViewElementStates GetInheritedState(int rowIndex) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionpublic DataGridViewCellStyle getInheritedStyle() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, InvalidEnumArgumentException, NullReferenceException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionNullReferenceExceptionNotSupportedExceptionpublic DataGridViewCellStyle GetInheritedStyle(DataGridViewCellStyle inheritedCellStyle, int rowIndex, boolean includeColors) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidEnumArgumentExceptionpublic boolean getIsInEditMode()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class DataGridViewElementString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class DataGridViewElementString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class DataGridViewElementObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class DataGridViewElementString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class DataGridViewElementJCType representing the CLR Type of the instantiated Classpublic DataGridViewColumn getOwningColumn() throws java.lang.Throwable
java.lang.Throwablepublic DataGridViewRow getOwningRow() throws java.lang.Throwable
java.lang.Throwablepublic Size getPreferredSize() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, InvalidEnumArgumentException, NullReferenceException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionNullReferenceExceptionNotSupportedExceptionpublic boolean getReadOnly()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getResizable()
throws java.lang.Throwable
java.lang.Throwablepublic int getRowIndex()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getSelected()
throws java.lang.Throwable
java.lang.Throwablepublic Size getSize() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionpublic DataGridViewCellStyle getStyle() throws java.lang.Throwable
java.lang.Throwablepublic NetObject getTag() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getToolTipText()
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic NetObject getValue() throws java.lang.Throwable, ArgumentOutOfRangeException, InvalidOperationException, IndexOutOfRangeException, ArgumentNullException, ArgumentException, RankException, NullReferenceException, MissingMethodException, TargetInvocationException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, FormatException, InvalidEnumArgumentException, Win32Exception
java.lang.ThrowableArgumentOutOfRangeExceptionInvalidOperationExceptionIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionRankExceptionNullReferenceExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionInvalidEnumArgumentExceptionWin32Exceptionpublic NetType getValueType() throws java.lang.Throwable
java.lang.Throwablepublic boolean getVisible()
throws java.lang.Throwable
java.lang.Throwablepublic void InitializeEditingControl(int rowIndex,
NetObject initialFormattedValue,
DataGridViewCellStyle dataGridViewCellStyle)
throws java.lang.Throwable,
InvalidOperationException,
ArgumentException,
ArgumentNullException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
NotSupportedException,
ConfigurationErrorsException,
ArgumentOutOfRangeException,
Win32Exception,
SecurityException,
RankException,
KeyNotFoundException
java.lang.ThrowableInvalidOperationExceptionArgumentExceptionArgumentNullExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionNotSupportedExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionWin32ExceptionSecurityExceptionRankExceptionKeyNotFoundExceptionpublic boolean KeyEntersEditMode(KeyEventArgs e) throws java.lang.Throwable
java.lang.Throwablepublic static int MeasureTextHeight(Graphics graphics, java.lang.String text, Font font, int maxWidth, TextFormatFlags flags) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionpublic static int MeasureTextHeight(Graphics graphics, java.lang.String text, Font font, int maxWidth, TextFormatFlags flags, JCORefOut<java.util.concurrent.atomic.AtomicBoolean> widthTruncated) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidEnumArgumentExceptionpublic static Size MeasureTextPreferredSize(Graphics graphics, java.lang.String text, Font font, Single maxRatio, TextFormatFlags flags) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidEnumArgumentExceptionpublic static Size MeasureTextSize(Graphics graphics, java.lang.String text, Font font, TextFormatFlags flags) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionpublic static int MeasureTextWidth(Graphics graphics, java.lang.String text, Font font, int maxHeight, TextFormatFlags flags) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidEnumArgumentExceptionpublic NetObject ParseFormattedValue(NetObject formattedValue, DataGridViewCellStyle cellStyle, TypeConverter formattedValueTypeConverter, TypeConverter valueTypeConverter) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, NotSupportedException, IndexOutOfRangeException, InvalidCastException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionNotSupportedExceptionIndexOutOfRangeExceptionInvalidCastExceptionpublic void PositionEditingControl(boolean setLocation,
boolean setSize,
Rectangle cellBounds,
Rectangle cellClip,
DataGridViewCellStyle cellStyle,
boolean singleVerticalBorderAdded,
boolean singleHorizontalBorderAdded,
boolean isFirstDisplayedColumn,
boolean isFirstDisplayedRow)
throws java.lang.Throwable,
InvalidOperationException,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
ArgumentOutOfRangeException,
FormatException,
InvalidEnumArgumentException,
NotSupportedException,
ConfigurationErrorsException,
Win32Exception,
SecurityException
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionNotSupportedExceptionConfigurationErrorsExceptionWin32ExceptionSecurityExceptionpublic Rectangle PositionEditingPanel(Rectangle cellBounds, Rectangle cellClip, DataGridViewCellStyle cellStyle, boolean singleVerticalBorderAdded, boolean singleHorizontalBorderAdded, boolean isFirstDisplayedColumn, boolean isFirstDisplayedRow) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidEnumArgumentException, NotSupportedException, ConfigurationErrorsException, Win32Exception, SecurityException
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidEnumArgumentExceptionNotSupportedExceptionConfigurationErrorsExceptionWin32ExceptionSecurityExceptionpublic void setContextMenuStrip(ContextMenuStrip ContextMenuStrip) throws java.lang.Throwable, ArgumentException, MulticastNotSupportedException, ArgumentOutOfRangeException
java.lang.ThrowableArgumentExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionpublic void setErrorText(java.lang.String ErrorText)
throws java.lang.Throwable,
NullReferenceException,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
InvalidOperationException
java.lang.ThrowableNullReferenceExceptionArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class DataGridViewElementpublic void setReadOnly(boolean ReadOnly)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
InvalidEnumArgumentException,
KeyNotFoundException,
OverflowException,
InvalidCastException,
MulticastNotSupportedException,
OutOfMemoryException,
Win32Exception
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionInvalidEnumArgumentExceptionKeyNotFoundExceptionOverflowExceptionInvalidCastExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionWin32Exceptionpublic void setSelected(boolean Selected)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException,
InvalidCastException,
RankException,
OverflowException,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionInvalidCastExceptionRankExceptionOverflowExceptionOutOfMemoryExceptionpublic void setStyle(DataGridViewCellStyle Style) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingManifestResourceException, IndexOutOfRangeException, InvalidEnumArgumentException
public void setTag(NetObject Tag) throws java.lang.Throwable
java.lang.Throwablepublic void setToolTipText(java.lang.String ToolTipText)
throws java.lang.Throwable,
NullReferenceException,
ArgumentOutOfRangeException
java.lang.ThrowableNullReferenceExceptionArgumentOutOfRangeExceptionpublic void setValue(NetObject Value) throws java.lang.Throwable, ArgumentOutOfRangeException, InvalidOperationException, IndexOutOfRangeException, ArgumentNullException, RankException, ArgumentException, NullReferenceException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidEnumArgumentException, Win32Exception, NotSupportedException
java.lang.ThrowableArgumentOutOfRangeExceptionInvalidOperationExceptionIndexOutOfRangeExceptionArgumentNullExceptionRankExceptionArgumentExceptionNullReferenceExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidEnumArgumentExceptionWin32ExceptionNotSupportedExceptionpublic void setValueType(NetType ValueType) throws java.lang.Throwable
java.lang.Throwable