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=10.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 |
setOwningColumn(DataGridViewColumn OwningColumn) |
void |
setOwningRow(DataGridViewRow OwningRow) |
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, getState, setDataGridView, setStatepublic 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, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, OutOfMemoryException, InvalidCastException, IndexOutOfRangeException, InvalidEnumArgumentException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionOutOfMemoryExceptionInvalidCastExceptionIndexOutOfRangeExceptionInvalidEnumArgumentExceptionpublic 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, NotSupportedException, ArgumentException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, MissingMethodException, TargetInvocationException, ArgumentNullException, InvalidOperationException, OutOfMemoryException, InvalidCastException, InvalidEnumArgumentException, CultureNotFoundException, Win32Exception, MulticastNotSupportedException, ThreadStateException, KeyNotFoundException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionFormatExceptionMissingMethodExceptionTargetInvocationExceptionArgumentNullExceptionInvalidOperationExceptionOutOfMemoryExceptionInvalidCastExceptionInvalidEnumArgumentExceptionCultureNotFoundExceptionWin32ExceptionMulticastNotSupportedExceptionThreadStateExceptionKeyNotFoundExceptionpublic void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exceptionpublic void DetachEditingControl()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
NotSupportedException,
ArrayTypeMismatchException,
CultureNotFoundException,
ObjectDisposedException,
OutOfMemoryException,
InvalidCastException,
Win32Exception,
LockRecursionException,
AbandonedMutexException,
SynchronizationLockException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionObjectDisposedExceptionOutOfMemoryExceptionInvalidCastExceptionWin32ExceptionLockRecursionExceptionAbandonedMutexExceptionSynchronizationLockExceptionpublic void Dispose()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException,
OutOfMemoryException,
InvalidCastException,
MulticastNotSupportedException
public AccessibleObject getAccessibilityObject() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, InvalidCastException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
public int getColumnIndex()
throws java.lang.Throwable
java.lang.Throwablepublic Rectangle getContentBounds() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, FormatException, NotSupportedException, OutOfMemoryException, InvalidCastException, InvalidEnumArgumentException
public Rectangle GetContentBounds(int rowIndex) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, OutOfMemoryException, InvalidCastException, InvalidEnumArgumentException
public ContextMenuStrip getContextMenuStrip() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, OutOfMemoryException, InvalidCastException
public 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, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, OutOfMemoryException, InvalidCastException, InvalidEnumArgumentException, IndexOutOfRangeException, RankException, FormatException, Win32Exception, NotImplementedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionOutOfMemoryExceptionInvalidCastExceptionInvalidEnumArgumentExceptionIndexOutOfRangeExceptionRankExceptionFormatExceptionWin32ExceptionNotImplementedExceptionpublic NetObject GetEditedFormattedValue(int rowIndex, DataGridViewDataErrorContexts context) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, OutOfMemoryException, InvalidCastException, InvalidEnumArgumentException, IndexOutOfRangeException, RankException, FormatException, Win32Exception, NotImplementedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionOutOfMemoryExceptionInvalidCastExceptionInvalidEnumArgumentExceptionIndexOutOfRangeExceptionRankExceptionFormatExceptionWin32ExceptionNotImplementedExceptionpublic NetType getEditType() throws java.lang.Throwable
java.lang.Throwablepublic Rectangle getErrorIconBounds() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, FormatException, NotSupportedException, OutOfMemoryException, InvalidCastException, InvalidEnumArgumentException
public java.lang.String getErrorText()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException,
OutOfMemoryException,
InvalidCastException,
CultureNotFoundException,
NullReferenceException,
IndexOutOfRangeException,
FormatException,
InvalidEnumArgumentException,
Win32Exception,
RankException,
ArrayTypeMismatchException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedExceptionOutOfMemoryExceptionInvalidCastExceptionCultureNotFoundExceptionNullReferenceExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionWin32ExceptionRankExceptionArrayTypeMismatchExceptionpublic NetObject getFormattedValue() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, OutOfMemoryException, InvalidCastException, InvalidEnumArgumentException, IndexOutOfRangeException, FormatException, Win32Exception, NotImplementedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionOutOfMemoryExceptionInvalidCastExceptionInvalidEnumArgumentExceptionIndexOutOfRangeExceptionFormatExceptionWin32ExceptionNotImplementedExceptionpublic NetType getFormattedValueType() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, OutOfMemoryException, InvalidCastException
public boolean getFrozen()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getHasStyle()
throws java.lang.Throwable,
NotSupportedException,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionpublic ContextMenuStrip GetInheritedContextMenuStrip(int rowIndex) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, OutOfMemoryException, InvalidCastException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionInvalidCastExceptionpublic DataGridViewElementStates getInheritedState() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
public DataGridViewElementStates GetInheritedState(int rowIndex) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
public DataGridViewCellStyle getInheritedStyle() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, FormatException, NotSupportedException, OutOfMemoryException, InvalidCastException, InvalidEnumArgumentException
public DataGridViewCellStyle GetInheritedStyle(DataGridViewCellStyle inheritedCellStyle, int rowIndex, boolean includeColors) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, InvalidCastException, InvalidEnumArgumentException
public boolean getIsInEditMode()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException
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, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, FormatException, NotSupportedException, OutOfMemoryException, InvalidCastException, InvalidEnumArgumentException
public 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, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
public DataGridViewCellStyle getStyle() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, InvalidCastException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
public NetObject getTag() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, InvalidCastException
public java.lang.String getToolTipText()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException,
OutOfMemoryException,
InvalidCastException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
Win32Exception
public NetObject getValue() throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException, OutOfMemoryException, InvalidCastException, CultureNotFoundException, NullReferenceException, InvalidEnumArgumentException, Win32Exception
java.lang.ThrowableArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionInvalidCastExceptionCultureNotFoundExceptionNullReferenceExceptionInvalidEnumArgumentExceptionWin32Exceptionpublic NetType getValueType() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, InvalidCastException
public boolean getVisible()
throws java.lang.Throwable
java.lang.Throwablepublic void InitializeEditingControl(int rowIndex,
NetObject initialFormattedValue,
DataGridViewCellStyle dataGridViewCellStyle)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
NotSupportedException,
ArrayTypeMismatchException,
CultureNotFoundException,
ObjectDisposedException,
Win32Exception,
SecurityException,
IOException,
UnauthorizedAccessException,
OverflowException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionObjectDisposedExceptionWin32ExceptionSecurityExceptionIOExceptionUnauthorizedAccessExceptionOverflowExceptionpublic 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, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
public 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, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionpublic static Size MeasureTextPreferredSize(Graphics graphics, java.lang.String text, Font font, Single maxRatio, TextFormatFlags flags) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionpublic static Size MeasureTextSize(Graphics graphics, java.lang.String text, Font font, TextFormatFlags flags) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionpublic static int MeasureTextWidth(Graphics graphics, java.lang.String text, Font font, int maxHeight, TextFormatFlags flags) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionpublic NetObject ParseFormattedValue(NetObject formattedValue, DataGridViewCellStyle cellStyle, TypeConverter formattedValueTypeConverter, TypeConverter valueTypeConverter) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, OutOfMemoryException, InvalidCastException, CultureNotFoundException, FormatException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, NullReferenceException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedExceptionOutOfMemoryExceptionInvalidCastExceptionCultureNotFoundExceptionFormatExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionNullReferenceExceptionpublic void PositionEditingControl(boolean setLocation,
boolean setSize,
Rectangle cellBounds,
Rectangle cellClip,
DataGridViewCellStyle cellStyle,
boolean singleVerticalBorderAdded,
boolean singleHorizontalBorderAdded,
boolean isFirstDisplayedColumn,
boolean isFirstDisplayedRow)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
InvalidCastException,
FormatException,
InvalidEnumArgumentException,
Win32Exception
java.lang.ThrowableArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionInvalidCastExceptionFormatExceptionInvalidEnumArgumentExceptionWin32Exceptionpublic Rectangle PositionEditingPanel(Rectangle cellBounds, Rectangle cellClip, DataGridViewCellStyle cellStyle, boolean singleVerticalBorderAdded, boolean singleHorizontalBorderAdded, boolean isFirstDisplayedColumn, boolean isFirstDisplayedRow) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, NotSupportedException, ArrayTypeMismatchException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, InvalidCastException, InvalidEnumArgumentException, Win32Exception
java.lang.ThrowableArgumentExceptionArgumentNullExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionNotSupportedExceptionArrayTypeMismatchExceptionCultureNotFoundExceptionObjectDisposedExceptionOutOfMemoryExceptionInvalidCastExceptionInvalidEnumArgumentExceptionWin32Exceptionpublic void setContextMenuStrip(ContextMenuStrip ContextMenuStrip) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, OutOfMemoryException, InvalidCastException, MulticastNotSupportedException
public void setErrorText(java.lang.String ErrorText)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException,
OutOfMemoryException,
InvalidCastException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException
public void setJCOInstance(JCObject instance)
setJCOInstance in class DataGridViewElementpublic void setOwningColumn(DataGridViewColumn OwningColumn) throws java.lang.Throwable
java.lang.Throwablepublic void setOwningRow(DataGridViewRow OwningRow) throws java.lang.Throwable
java.lang.Throwablepublic void setReadOnly(boolean ReadOnly)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
InvalidEnumArgumentException,
InvalidCastException,
IndexOutOfRangeException,
KeyNotFoundException,
FormatException,
OverflowException,
Win32Exception,
TypeLoadException,
FileLoadException,
MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionInvalidCastExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionFormatExceptionOverflowExceptionWin32ExceptionTypeLoadExceptionFileLoadExceptionMulticastNotSupportedExceptionpublic void setSelected(boolean Selected)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
FormatException,
InvalidCastException,
Win32Exception,
OverflowException
public void setStyle(DataGridViewCellStyle Style) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, OutOfMemoryException, InvalidCastException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedExceptionOutOfMemoryExceptionInvalidCastExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionpublic void setTag(NetObject Tag) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, InvalidCastException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
public void setToolTipText(java.lang.String ToolTipText)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException,
OutOfMemoryException,
InvalidCastException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException
public void setValue(NetObject Value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, FormatException, ArgumentNullException, OutOfMemoryException, InvalidCastException, NullReferenceException, Win32Exception, TypeLoadException, InvalidEnumArgumentException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionArgumentNullExceptionOutOfMemoryExceptionInvalidCastExceptionNullReferenceExceptionWin32ExceptionTypeLoadExceptionInvalidEnumArgumentExceptionpublic void setValueType(NetType ValueType) throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, InvalidCastException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException